Opened 17 years ago
Closed 15 years ago
#9309 closed (fixed)
keep generic views template_loader arguments consistent
| Reported by: | burp_ | Owned by: | nobody |
|---|---|---|---|
| Component: | Generic views | Version: | 1.0 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Design decision needed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
direct_to_template in django.views.generic.simple needs an template_loader argument just as the other generic views, to keep it consistent.
See Ticket #541 for this.
Attachments (1)
Change History (3)
by , 17 years ago
| Attachment: | template_loader_for_direct_to_template.patch added |
|---|
comment:1 by , 17 years ago
| Triage Stage: | Unreviewed → Design decision needed |
|---|
comment:2 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Function-based generic views were deprecated by the introduction of class-based views in [14254]. Class-based views should solve this problem.