django1/django/db
sage 2d8dcba03a Fixed #31829 -- Used JSONField __contains lookup on key transforms. 2020-07-28 13:10:12 +02:00
..
backends Fixed #31836 -- Dropped support for JSONField __contains and __contained_by lookups on SQLite. 2020-07-28 13:06:52 +02:00
migrations Reverted "Fixed #30300 -- Allowed migrations to be loaded from directories without __init__.py file." 2020-07-22 07:04:06 +02:00
models Fixed #31829 -- Used JSONField __contains lookup on key transforms. 2020-07-28 13:10:12 +02:00
__init__.py Removed an outdated comment on DefaultConnectionProxy. 2019-02-20 11:30:51 -05:00
transaction.py Fixed #30116 -- Dropped support for Python 3.5. 2019-01-30 10:19:48 -05:00
utils.py Fixed #25388 -- Added an option to allow disabling of migrations during test database creation. 2019-11-20 20:42:38 +01:00