django1/django/db
Keryn Knight a697424969 Fixed #32996 -- Cached PathInfos on relations.
PathInfo values are ostensibly static over the lifetime of the object
for which they're requested, so the data can be memoized, quickly
amortising the cost over the process' duration.
2021-11-03 11:27:04 +01:00
..
backends Fixed #32691 -- Made Exact lookup on BooleanFields compare directly to a boolean value on MySQL. 2021-11-02 21:30:21 +01:00
migrations Fixed #33234 -- Fixed autodetector crash for proxy models inheriting from non-model class. 2021-11-02 15:34:08 +01:00
models Fixed #32996 -- Cached PathInfos on relations. 2021-11-03 11:27:04 +01:00
__init__.py Fixed #32233 -- Cleaned-up duplicate connection functionality. 2020-12-08 08:55:44 +01:00
transaction.py Fixed #32220 -- Added durable argument to transaction.atomic(). 2020-11-27 21:43:15 +01:00
utils.py Refs #25175 -- Removed postgresql_psycopg2 in django.db.utils.load_backend(). 2021-01-06 20:15:14 +01:00