django1/django/db
Tim Graham 184a6eebb0
Refs #31829 -- Added DatabaseFeatures.json_key_contains_list_matching_requires_list.
CockroachDB's behavior matches PostgreSQL.
2020-07-30 06:38:02 +02:00
..
backends Refs #31829 -- Added DatabaseFeatures.json_key_contains_list_matching_requires_list. 2020-07-30 06:38:02 +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 #31783 -- Fixed crash when filtering againts "negate" field. 2020-07-29 08:20:58 +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