django1/django/db
Simon Charette 560ff988dd Refs #33288 -- Removed SQLite's DatabaseIntrospection._get_foreign_key_constraints().
The get_relations() method returns the exact same data in a more generic
format.
2021-11-15 08:20:30 +01:00
..
backends Refs #33288 -- Removed SQLite's DatabaseIntrospection._get_foreign_key_constraints(). 2021-11-15 08:20:30 +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