django1/django/db/backends
Simon Charette dba4a634ba Refs #29641 -- Refactored database schema constraint creation.
Added a test for constraint names in the database.

Updated SQLite introspection to use sqlparse to allow reading the
constraint name for table check and unique constraints.

Co-authored-by: Ian Foote <python@ian.feete.org>
2018-11-13 15:25:44 -05:00
..
base Refs #29641 -- Refactored database schema constraint creation. 2018-11-13 15:25:44 -05:00
dummy Made DatabaseFeatures.uses_savepoints default to True. 2018-10-25 10:02:47 -04:00
mysql Fixed #29547 -- Added support for partial indexes. 2018-10-29 19:34:54 -04:00
oracle Removed DatabaseOperation.savepoint_create/rollback_sql() on Oracle. 2018-11-04 18:21:59 -05:00
postgresql Fixed #29934 -- Added sqlparse as a require dependency. 2018-11-09 19:09:36 -05:00
postgresql_psycopg2 Removed postgresql_psycopg2.version 2017-08-21 09:13:07 +02:00
sqlite3 Refs #29641 -- Refactored database schema constraint creation. 2018-11-13 15:25:44 -05:00
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
ddl_references.py Fixed #28077 -- Added support for PostgreSQL opclasses in Index. 2018-06-29 17:00:28 -04:00
signals.py
utils.py Removed unused 'tz' variable in typecast_timestamp(). 2018-11-09 12:47:02 -05:00