django1/django/contrib
Simon Charette 948d209ada Fixed #21217 -- Avoid connecting `(pre|post)_init` signals to abstract senders. 2013-10-04 16:23:06 -04:00
..
admin Fixed #11277 -- Hid labels of fields with HiddenInput widget in admin forms. 2013-10-04 14:08:06 -04:00
admindocs Fixed #6681 -- Don't break docutils when rendering reStructuredText. 2013-10-04 13:27:08 -04:00
auth Fixed #16919 -- Passed user to set_password_form in GET requests. 2013-10-02 13:28:15 -04:00
comments Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04:00
contenttypes Fixed #21217 -- Avoid connecting `(pre|post)_init` signals to abstract senders. 2013-10-04 16:23:06 -04:00
flatpages Updated flatpages tests to override CSRF_FAILURE_VIEW. 2013-07-30 13:04:30 -04:00
formtools * Fixing improper grammar 2013-09-30 16:59:45 -04:00
gis Added hints argument to GeoQuerySet; refs #13724. 2013-09-30 14:16:17 -04:00
humanize Partial revert of 165f44aa. 2013-09-22 14:04:10 +02:00
messages Fixed #20841 -- Added messages to NotImplementedErrors 2013-09-10 11:09:59 -04:00
redirects Fixed #19321 -- Allowed redirect middleware HTTP responses to be overridden. 2013-10-04 07:36:39 -04:00
sessions Fixed #21134 -- Prevented queries in broken transactions. 2013-09-30 09:42:27 +02:00
sitemaps Fixed #21112 -- Make sure sitemaps with no lastmod date work correctly. 2013-09-17 10:21:11 -04:00
sites Rename allow_syncdb to allow_migrate 2013-07-30 12:08:59 +01:00
staticfiles Fixed #20841 -- Added messages to NotImplementedErrors 2013-09-10 11:09:59 -04:00
syndication Refactored code and tests that relied on django.utils.tzinfo. 2013-09-09 22:32:52 +02:00
webdesign Fixed #20989 -- Removed useless explicit list comprehensions. 2013-08-30 10:57:51 -04:00
__init__.py