django1/django/contrib
Mariusz Felisiak 4bb30fe5d5 Refs #26601 -- Made get_response argument required and don't accept None in middleware classes.
Per deprecation timeline.
2021-01-14 17:50:04 +01:00
..
admin Refs #31259 -- Improved some color contrasts for admin dark theme. 2021-01-14 14:06:02 +01:00
admindocs Updated translations from Transifex. 2020-09-30 10:25:48 +02:00
auth Refs #27468 -- Removed support for the pre-Django 3.1 user sessions. 2021-01-14 17:50:04 +01:00
contenttypes Used model's Options.label where applicable. 2020-12-29 08:56:39 +01:00
flatpages Fixed #31007 -- Allowed specifying type of auto-created primary keys. 2020-12-15 11:25:46 +01:00
gis Removed redundant database vendor helpers in gis_tests/utils.py. 2021-01-13 09:22:44 +01:00
humanize Updated translations from Transifex. 2020-09-30 10:25:48 +02:00
messages Refs #27604 -- Removed support for the pre-Django 3.1 encoding format in CookieStorage. 2021-01-14 17:50:04 +01:00
postgres Fixed #26167 -- Added support for functional indexes. 2021-01-13 11:47:50 +01:00
redirects Refs #26601 -- Made get_response argument required and don't accept None in middleware classes. 2021-01-14 17:50:04 +01:00
sessions Refs #26601 -- Made get_response argument required and don't accept None in middleware classes. 2021-01-14 17:50:04 +01:00
sitemaps Fixed #31007 -- Allowed specifying type of auto-created primary keys. 2020-12-15 11:25:46 +01:00
sites Fixed #31007 -- Allowed specifying type of auto-created primary keys. 2020-12-15 11:25:46 +01:00
staticfiles Made small readability improvements. 2020-10-28 20:20:20 +01:00
syndication Fixed #31789 -- Added a new headers interface to HttpResponse. 2020-09-14 08:41:59 +02:00
__init__.py