Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8522 closed (fixed)

Pass extra_context to django.contrib.admin.sites.AdminSite.app_index

Reported by: Jannis Leidel Owned by: Jannis Leidel
Component: contrib.admin 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

Please make it possible to pass an extra_context dict to the template of django.contrib.admin.sites.AdminSite.app_index.

Attachments (1)

ticket8522-r8520.diff (1.4 KB ) - added by Jannis Leidel 16 years ago.
Small patch to add support for extra_context in app_index method

Download all attachments as: .zip

Change History (4)

by Jannis Leidel, 16 years ago

Attachment: ticket8522-r8520.diff added

Small patch to add support for extra_context in app_index method

comment:1 by Jannis Leidel, 16 years ago

Has patch: set
Owner: changed from nobody to Jannis Leidel
Triage Stage: UnreviewedReady for checkin

comment:2 by Brian Rosner, 16 years ago

Resolution: fixed
Status: newclosed

(In [8529]) Fixed #8522 -- Allow app_index to take extra_context to be consistent with the other views in the admin. Thanks Jannis Leidel for the patch.

comment:3 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

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