django1/django/contrib
Jon Dufresne ba31b01034
Fixed #31747 -- Fixed model enumeration via admin URLs.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
2021-01-12 14:37:56 +01:00
..
admin Fixed #31747 -- Fixed model enumeration via admin URLs. 2021-01-12 14:37:56 +01:00
admindocs Updated translations from Transifex. 2020-09-30 10:25:48 +02:00
auth Refs #31358 -- Fixed decoding salt in Argon2PasswordHasher. 2020-12-28 11:02:08 +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 Replaced DatabaseFeatures.supports_left_right_lookups with skipUnlessGISLookup. 2021-01-02 21:39:48 +01:00
humanize Updated translations from Transifex. 2020-09-30 10:25:48 +02:00
messages Fixed #32191 -- Made CookieStorage use RFC 6265 compliant format. 2021-01-07 13:00:53 +01:00
postgres Refs #27095 -- Allowed (non-nested) arrays containing expressions for ArrayField lookups. 2020-11-26 10:57:58 +01:00
redirects Fixed #31007 -- Allowed specifying type of auto-created primary keys. 2020-12-15 11:25:46 +01:00
sessions Fixed #32301 -- Made clearsessions raise CommandError when clear_expired() is not implemented. 2020-12-28 09:30:16 +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