django1/django/db/backends/sqlite3
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
..
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
base.py Removed useless check in sqlite's DatabaseWrapper._savepoint_allowed(). 2018-10-25 10:17:37 -04:00
client.py Fixed #26751 -- Made dbshell exit with the shell's error code. 2016-06-27 12:20:40 -04:00
creation.py Refs #29784 -- Switched to https:// links where available. 2018-09-26 08:48:47 +02:00
features.py Fixed #29547 -- Added support for partial indexes. 2018-10-29 19:34:54 -04:00
introspection.py Fixed #29641 -- Added support for unique constraints in Meta.constraints. 2018-11-13 17:57:27 -05:00
operations.py Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts. 2018-08-03 17:40:46 -04:00
schema.py Refs #29641 -- Refactored database schema constraint creation. 2018-11-13 15:25:44 -05:00