django1/django/contrib
Kevin Michel ea57a2834f Refs #31928 -- Made SessionMiddleware call super().__init__(). 2020-08-28 12:33:15 +02:00
..
admin Fixed #31865 -- Adjusted admin nav sidebar template to reduce debug logging. 2020-08-11 11:42:15 +02:00
admindocs Updated translations from Transifex 2020-08-01 20:41:11 +02:00
auth Fixed #31912 -- Removed strict=True in Path.resolve() in project template and CommonPasswordValidator. 2020-08-28 05:57:36 +02:00
contenttypes Refs #9061 -- Allowed GenericInlineFormSet to disable deleting extra forms. 2020-08-18 09:37:15 +02:00
flatpages Updated translations from Transifex 2020-08-01 20:41:11 +02:00
gis Updated translations from Transifex 2020-08-01 20:41:11 +02:00
humanize Updated translations from Transifex 2020-08-01 20:41:11 +02:00
messages Fixed #31180 -- Configured applications automatically. 2020-07-21 10:35:12 +02:00
postgres Fixed #31902 -- Fixed crash of ExclusionConstraint on expressions with params. 2020-08-19 06:43:54 +02:00
redirects Updated translations from Transifex 2020-08-01 20:41:11 +02:00
sessions Refs #31928 -- Made SessionMiddleware call super().__init__(). 2020-08-28 12:33:15 +02:00
sitemaps Fixed #27395 -- Added sitemap 'alternates' generation. 2020-07-29 11:48:29 +02:00
sites Updated translations from Transifex 2020-08-01 20:41:11 +02:00
staticfiles Fixed #31180 -- Configured applications automatically. 2020-07-21 10:35:12 +02:00
syndication Fixed #31822 -- Added support for comments URL per feed item. 2020-07-30 07:36:27 +02:00
__init__.py