django1/django/contrib
Jim Xie ce60d28929 Fixed #31527 -- Allowed admindocs index to handle non-string URLconfs. 2021-02-04 10:11:58 +01:00
..
admin Fixed #32391 -- Used CSS flex properties for changelist filter. 2021-01-28 15:51:05 +01:00
admindocs Fixed #31527 -- Allowed admindocs index to handle non-string URLconfs. 2021-02-04 10:11:58 +01:00
auth Increased the default PBKDF2 iterations for Django 4.0. 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 Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3. 2021-01-19 12:25:20 +01:00
humanize Updated source translation catalogs. 2021-01-15 09:43:45 +01: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 #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3. 2021-01-19 12:25:20 +01:00
redirects Updated source translation catalogs. 2021-01-15 09:43:45 +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