django1/django/db/backends
Simon Charette db13bca60a Fixed #29641 -- Added support for unique constraints in Meta.constraints.
This constraint is similar to Meta.unique_together but also allows
specifying a name.

Co-authored-by: Ian Foote <python@ian.feete.org>
2018-11-13 17:57:27 -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 Fixed #29641 -- Added support for unique constraints in Meta.constraints. 2018-11-13 17:57:27 -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 Fixed #13798 -- Added connection argument to the connection_created signal. Thanks to liangent for the report, and Alex Gaynor for the patch. 2010-08-30 13:21:18 +00:00
utils.py Removed unused 'tz' variable in typecast_timestamp(). 2018-11-09 12:47:02 -05:00