mirror of
https://github.com/django/django.git
synced 2025-01-23 08:39:17 +00:00
a962286b74
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.