Opened 17 years ago
Closed 14 years ago
#7189 closed (fixed)
context_processors in direct_to_template
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Generic views | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Attached patch adds support (and documentation) of context_processors to direct_to_template generic view.
Attachments (1)
Change History (4)
by , 17 years ago
Attachment: | context_processors_in_direct_to_template.diff added |
---|
comment:1 by , 16 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 14 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
The list_detail generic views support a context_processors argument too. The argument to generic views isn't tested either there.
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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.
Replying to Marat Radchenko <slonopotamusorama@gmail.com>: