django1/django/db/backends/base
David Smith e74b3d724e Bumped minimum isort version to 5.1.0.
Fixed inner imports per isort 5.
isort 5.0.0 to 5.1.0 was unstable.
2020-07-30 10:58:59 +02:00
..
__init__.py
base.py Bumped minimum isort version to 5.1.0. 2020-07-30 10:58:59 +02:00
client.py Fixed #29501 -- Allowed dbshell to pass options to underlying tool. 2020-04-14 14:02:51 +01:00
creation.py Refs #26552 -- Made reloading the database for tests check only loaded tables constraints. 2020-04-17 08:14:27 +02:00
features.py Refs #31829 -- Added DatabaseFeatures.json_key_contains_list_matching_requires_list. 2020-07-30 06:38:02 +02:00
introspection.py Fixed #31345 -- Added BaseDatabaseIntrospection.get_relations(). 2020-03-06 08:53:32 +01:00
operations.py Fixed #28925 -- Fixed durations-only expressions crash on SQLite and MySQL. 2020-06-30 07:04:55 +02:00
schema.py Fixed #31735 -- Fixed migrations crash on namespaced inline FK addition on PostgreSQL. 2020-06-24 08:37:20 +02:00
validation.py Refs #27859 -- Refactored BaseDatabaseValidation to use check_field_type(). 2017-05-14 18:34:45 +02:00