django1/django/db/backends/base
Mariusz Felisiak 8e41373c81 Allowed database backends to specify data types for Cast().
A small refactor ahead of refs #28371.
2017-07-26 20:26:58 -04:00
..
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
base.py Refs #27859 -- Added DatabaseWrapper.display_name. 2017-05-23 09:09:35 -04:00
client.py Refs #27656 -- Updated django.db docstring verbs according to PEP 257. 2017-02-28 09:17:27 -05:00
creation.py Fixed #25406 -- Removed exception hiding in PostgreSQL test database creation during --keepdb. 2017-04-10 13:04:00 -04:00
features.py Refs #24996 -- Removed unused BaseDatabaseFeatures.supports_select_related. 2017-07-24 13:46:02 -04:00
introspection.py Refs #27656 -- Updated django.db docstring verbs according to PEP 257. 2017-02-28 09:17:27 -05:00
operations.py Allowed database backends to specify data types for Cast(). 2017-07-26 20:26:58 -04:00
schema.py Fixed #14204 -- Enforced SQLite foreign key constraints. 2017-07-11 09:07:31 -04:00
validation.py Refs #27859 -- Refactored BaseDatabaseValidation to use check_field_type(). 2017-05-14 18:34:45 +02:00