1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/docs/ref/contrib/admin
Adrian Holovaty a962286b74 Added AdminSite attributes for easily changing admin title.
AdminSite now has overridable site_header, site_title and index_title attributes. Changed
each admin view to pass these to the context (in a new AdminSite.each_context() method).
The intent here is to make it easier to override these things in the common case, instead of
having to override a template, which is a bigger burden.
2013-09-06 12:31:50 -05:00
..
_images Fixed #9471 - Expanded ModelAdmin.raw_id_fields docs; thanks adroffne for the suggestion. 2012-10-24 17:43:24 -04:00
actions.txt Fixed some ReST errors regarding backticks 2013-08-15 07:14:10 -04:00
admindocs.txt Fixed some ReST errors regarding backticks 2013-08-15 07:14:10 -04:00
index.txt Added AdminSite attributes for easily changing admin title. 2013-09-06 12:31:50 -05:00