django1/django/contrib
Carl Meyer bcb693ebd4 Revert "Fixed #23892 -- Made deconstructible classes forwards compatible"
This reverts commit f36151ed16.

Adding kwargs to deconstructed objects does not achieve useful
forward-compatibility in general, since additional arguments are silently
dropped rather than having their intended effect. In fact, it can make the
failure more difficult to diagnose. Thanks Shai Berger for discussion.
2014-11-22 22:29:23 -07:00
..
admin Fixed #23793 -- Clarified password reset messages. 2014-11-15 16:29:13 +01:00
admindocs Fixed #5405 -- Added admindocs support for reStructured text in model docstrings 2014-11-03 15:30:46 -05:00
auth Avoided rewrapping Contexts in render_to_response. 2014-11-22 17:58:38 +01:00
contenttypes Fixed #14030 -- Allowed annotations to accept all expressions 2014-11-15 14:00:43 +00:00
flatpages Updated translations from Transifex 2014-09-30 20:55:50 +02:00
formtools Updated translations from Transifex 2014-09-30 20:55:50 +02:00
gis Fixed #23873 -- Improved GIS error message when GEOS is not installed. 2014-11-19 19:23:13 -07:00
humanize Updated translations from Transifex 2014-09-30 20:55:50 +02:00
messages Fixed #23620 -- Used more specific assertions in the Django test suite. 2014-11-03 11:56:37 -05:00
postgres Revert "Fixed #23892 -- Made deconstructible classes forwards compatible" 2014-11-22 22:29:23 -07:00
redirects Updated translations from Transifex 2014-09-30 20:55:50 +02:00
sessions Fixed #23620 -- Used more specific assertions in the Django test suite. 2014-11-03 11:56:37 -05:00
sitemaps Made the ping_google command override BaseCommand.handle() rather than execute(). 2014-10-19 22:26:51 +07:00
sites Fixed #15089 -- Allowed contrib.sites to lookup the current site based on request.get_host(). 2014-10-01 16:23:20 -04:00
staticfiles Fixed #23701 -- Removed an unneeded check in collectstatic. 2014-10-22 13:11:37 -04:00
syndication Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
webdesign Avoided using private API get_template_from_string. 2014-10-31 11:38:53 +01:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00