#8498: Make template for new django.contrib.admin.sites.AdminSite.app_index()
configurable
-----------------------------+----------------------------------------------
Reporter: jezdez | Owner: nobody
Status: new | Milestone: 1.0
Component: Admin interface | Version: SVN
Keywords: | Stage: Unreviewed
Has_patch: 0 |
-----------------------------+----------------------------------------------
I very much welcome r8474 but think the template used in the new
{{{app_index}}} method needs to be configurable, just like the
{{{display_login_form()}}} and {{{index()}}} method.
Currently only {{{'admin/app_index.html'}}} is allowed and limits the
usefulness of inheriting of the {{{AdminSite}}} class. I stumbled over
this while working on the new nfa-aware mobileadmin.
I suggest adding a class attribute (e.g.: {{{app_index_template =
None}}}).
--
Ticket URL: <http://code.djangoproject.com/ticket/8498>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---