django1/django/db
Krzysztof Jagiello 8d9827c06c Fixed #33161 -- Enabled durability check for nested atomic blocks in TestCase.
Co-Authored-By: Adam Johnson <me@adamj.eu>
2021-11-12 13:05:56 +01:00
..
backends Fixed #33161 -- Enabled durability check for nested atomic blocks in TestCase. 2021-11-12 13:05:56 +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 #33257 -- Fixed Case() and ExpressionWrapper() with decimal values on SQLite. 2021-11-08 18:02:56 +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 Refs #25175 -- Removed postgresql_psycopg2 in django.db.utils.load_backend(). 2021-01-06 20:15:14 +01:00