django1/django/db
Simon Charette b7d1da5a62 Fixed #33482 -- Fixed QuerySet filtering againts negated Exists() with empty queryset.
Thanks Tobias Bengfort for the report.
2022-02-02 07:54:19 +01:00
..
backends Fixed #33462 -- Fixed migration crash when altering type of primary key with MTI and foreign key. 2022-01-27 18:51:39 +01:00
migrations Fixed #33480 -- Fixed makemigrations crash when renaming field of renamed model. 2022-02-01 07:01:41 +01:00
models Fixed #33482 -- Fixed QuerySet filtering againts negated Exists() with empty queryset. 2022-02-02 07:54:19 +01:00
__init__.py Fixed #32233 -- Cleaned-up duplicate connection functionality. 2020-12-08 08:55:44 +01:00
transaction.py Fixed #33161 -- Enabled durability check for nested atomic blocks in TestCase. 2021-11-12 13:05:56 +01:00
utils.py Fixed #30398 -- Added CONN_HEALTH_CHECKS database setting. 2021-12-01 07:44:48 +01:00