django/django/contrib
Mariusz Felisiak 1871182031 Fixed #32682 -- Made admin changelist use Exists() instead of distinct() for preventing duplicates.
Thanks Zain Patel for the report and Simon Charette for reviews.

The exception introduced in 6307c3f1a1
revealed a possible data loss issue in the admin.
2021-04-27 10:34:47 +02:00
..
admin Fixed #32682 -- Made admin changelist use Exists() instead of distinct() for preventing duplicates. 2021-04-27 10:34:47 +02:00
admindocs Updated translations from Transifex. 2021-04-06 06:19:31 +02:00
auth Fixed #32664 -- Made PasswordResetTokenGenerator.secret validation lazy. 2021-04-20 07:34:53 +02:00
contenttypes Updated translations from Transifex. 2021-04-06 06:19:31 +02:00
flatpages Updated translations from Transifex. 2021-04-06 06:19:31 +02:00
gis Fixed #32575 -- Added support for SpatiaLite 5. 2021-04-08 09:36:29 +02:00
humanize Fixed #31937 -- Eased translation of time strings in some languages. 2021-04-10 20:23:12 +02:00
messages Fixed #32643 -- Fixed decoding of messages in the pre-Django 3.2 format. 2021-04-14 22:52:59 +02:00
postgres Refs #32074 -- Made ExclusionConstraint.__repr__() use Deferrable.__repr__(). 2021-04-07 17:07:53 +02:00
redirects Updated translations from Transifex. 2021-04-06 06:19:31 +02: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 #32648 -- Fixed VariableDoesNotExist rendering sitemaps template. 2021-04-14 16:50:47 +02:00
sites Fixed #31007 -- Allowed specifying type of auto-created primary keys. 2020-12-15 11:25:46 +01:00
staticfiles Fixed #32383 -- Added source map support to ManifestStaticFilesStorage. 2021-04-02 12:21:21 +02:00
syndication Fixed #31789 -- Added a new headers interface to HttpResponse. 2020-09-14 08:41:59 +02:00
__init__.py