Opened 16 years ago

Closed 14 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)

template_loader_for_direct_to_template.patch (1005 bytes ) - added by burp_ 16 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 by Jacob, 15 years ago

Triage Stage: UnreviewedDesign decision needed

comment:2 by Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: newclosed

Function-based generic views were deprecated by the introduction of class-based views in [14254]. Class-based views should solve this problem.

Note: See TracTickets for help on using tickets.
Back to Top