django1/django/db
Mariusz Felisiak e8de1cc94c [2.2.x] Fixed #30325 -- Reverted "Fixed #29725 -- Removed unnecessary join in QuerySet.count() and exists() on a many-to-many relation."
This reverts commit 1299421cad due to
a regression with custom managers.

Backport of 5f7991c42c from master
2019-04-15 12:39:42 +02:00
..
backends [2.2.x] Fixed #30331 -- Added support for psycopg2 2.8. 2019-04-05 11:07:18 +02:00
migrations [2.2.x] Fixed #30350 -- Prevented recreation of migration for operations with a range object. 2019-04-14 12:58:34 +02:00
models [2.2.x] Fixed #30325 -- Reverted "Fixed #29725 -- Removed unnecessary join in QuerySet.count() and exists() on a many-to-many relation." 2019-04-15 12:39:42 +02:00
__init__.py [2.2.x] Removed an outdated comment on DefaultConnectionProxy. 2019-02-20 11:31:57 -05:00
transaction.py Refs #27025 -- Removed obsolete sqlite3 transaction management workaround for Python 3.6+. 2018-10-25 19:54:48 -04:00
utils.py Fixed #30071 -- Fixed error message when a 'default' database isn't provided. 2019-01-09 10:58:37 -05:00