django1/django/contrib
wrwrwr bfc75996f9 Fixed #23945 -- Made default site use the configured SITE_ID. 2014-12-01 19:36:50 -05:00
..
admin Fixed #17890 -- Added an extra_context parameter to AdminSite.password_change(). 2014-11-29 10:31:09 -05:00
admindocs Removed direct references to template-related settings. 2014-11-23 11:54:22 +01:00
auth Fixed #23925 -- Allowed settings.AUTHENTICATION_BACKENDS to reference import aliases 2014-11-28 10:47:33 -05:00
contenttypes Fixed #23641 -- Moved post_migrate signals for contrib apps to AppConfig.ready(). 2014-11-27 13:06:35 -05:00
flatpages Updated translations from Transifex 2014-09-30 20:55:50 +02:00
gis Replaced router.routers usage with override_settings(DATABASE_ROUTERS); refs #23933. 2014-12-01 11:34:15 -05: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 Fixed #23423 -- Added unaccent lookup in django.contrib.postgres 2014-11-28 18:22:20 -05: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 #23945 -- Made default site use the configured SITE_ID. 2014-12-01 19:36:50 -05: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