Opened 16 years ago

Closed 14 years ago

#7189 closed (fixed)

context_processors in direct_to_template

Reported by: Marat Radchenko <slonopotamusorama@…> 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)

context_processors_in_direct_to_template.diff (1.7 KB ) - added by Marat Radchenko <slonopotamusorama@…> 16 years ago.

Download all attachments as: .zip

Change History (4)

by Marat Radchenko <slonopotamusorama@…>, 16 years ago

in reply to:  description comment:1 by Nico, 16 years ago

Triage Stage: UnreviewedAccepted

Replying to Marat Radchenko <slonopotamusorama@gmail.com>:

Attached patch adds support (and documentation) of context_processors to direct_to_template generic view.

comment:2 by Matthias Kestenholz, 14 years ago

Triage Stage: AcceptedReady 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 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