Opened 16 years ago
Closed 16 years ago
#11514 closed (duplicate)
django.contrib.auth.views should accept extra_context parameter
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | contrib.auth | Version: | 1.0 |
| Severity: | Keywords: | views | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | yes | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The views in django.contrib.auth.views shoudl accept an optional, default extra_context like most of the other generic views in the framework.
Attachments (1)
Change History (3)
by , 16 years ago
| Attachment: | auth_extra_context.diff added |
|---|
comment:1 by , 16 years ago
| Has patch: | set |
|---|---|
| Needs tests: | set |
| Triage Stage: | Unreviewed → Accepted |
Note:
See TracTickets
for help on using tickets.
Initial stab at a patch.