django1/django/contrib
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
..
admin Added AdminSite attributes for easily changing admin title. 2013-09-06 12:31:50 -05:00
admindocs Fixed #20989 -- Removed useless explicit list comprehensions. 2013-08-30 10:57:51 -04:00
auth Took advantage of django.utils.six.moves.urllib.*. 2013-09-05 14:39:23 -05:00
comments Took advantage of django.utils.six.moves.urllib.*. 2013-09-05 14:39:23 -05:00
contenttypes Fixed #20989 -- Removed useless explicit list comprehensions. 2013-08-30 10:57:51 -04:00
flatpages Updated flatpages tests to override CSRF_FAILURE_VIEW. 2013-07-30 13:04:30 -04:00
formtools Fixed a number of lint warnings, particularly around unused variables. 2013-08-04 09:17:10 -07:00
gis Fixed #21035 -- Changed docs to treat the acronym SQL phonetically. 2013-09-05 20:14:58 -04:00
humanize Combine consecutive with statements 2013-08-16 20:12:10 +02:00
messages Fixed "indentation is not a multiple of four" pep8 issues. 2013-09-03 14:22:21 -04:00
redirects Updated translation templates and removed en translations 2013-05-02 16:25:23 +02:00
sessions Fixed #21000 -- Made cached_db session backend respect SESSION_CACHE_ALIAS 2013-09-05 10:47:58 -04:00
sitemaps Took advantage of django.utils.six.moves.urllib.*. 2013-09-05 14:39:23 -05:00
sites Rename allow_syncdb to allow_migrate 2013-07-30 12:08:59 +01:00
staticfiles Took advantage of django.utils.six.moves.urllib.*. 2013-09-05 14:39:23 -05:00
syndication Fixed #14656 -- Added Atom1Feed `published` element 2013-07-19 10:38:34 -04:00
webdesign Fixed #20989 -- Removed useless explicit list comprehensions. 2013-08-30 10:57:51 -04:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00