django1/django/db/backends/base
Ian Foote 952f05a6db Fixed #11964 -- Added support for database check constraints. 2018-07-10 15:32:33 -04:00
..
__init__.py
base.py Refs #28909 -- Simplifed code using unpacking generalizations. 2018-02-26 18:23:31 +01:00
client.py Refs #27656 -- Updated django.db docstring verbs according to PEP 257. 2017-02-28 09:17:27 -05:00
creation.py Refs #28909 -- Simplifed code using unpacking generalizations. 2018-02-26 18:23:31 +01:00
features.py Fixed #11964 -- Added support for database check constraints. 2018-07-10 15:32:33 -04:00
introspection.py Fixed #28853 -- Updated connection.cursor() uses to use a context manager. 2017-11-28 11:28:09 -05:00
operations.py Fixed #28574 -- Added QuerySet.explain(). 2018-04-19 10:52:19 -04:00
schema.py Fixed #11964 -- Added support for database check constraints. 2018-07-10 15:32:33 -04:00
validation.py Refs #27859 -- Refactored BaseDatabaseValidation to use check_field_type(). 2017-05-14 18:34:45 +02:00