django1/django/db
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
..
backends Refs #29641 -- Refactored database schema constraint creation. 2018-11-13 15:25:44 -05:00
migrations Fixed #29897 -- Fixed autodetector's swappable MTI dependency resolution. 2018-10-29 11:24:30 -04:00
models Refs #29641 -- Refactored database schema constraint creation. 2018-11-13 15:25:44 -05:00
__init__.py Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00
transaction.py Refs #27025 -- Removed obsolete sqlite3 transaction management workaround for Python 3.6+. 2018-10-25 19:54:48 -04:00
utils.py Ref #23919 -- Replaced some os.path usage with pathlib.Path. 2018-04-19 21:30:00 -04:00