django1/django/db/backends/sqlite3
Jon Dufresne 99e65d6488 Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix. 2017-09-11 11:32:40 -04: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 Replaced typecast_decimal() with decimal.Decimal(). 2017-08-11 09:22:40 -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 Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix. 2017-09-11 11:32:40 -04:00
features.py Replaced @cached_property with class attributes where possible. 2017-09-06 10:13:43 -04:00
introspection.py Fixed #14204 -- Enforced SQLite foreign key constraints. 2017-07-11 09:07:31 -04:00
operations.py Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
schema.py Fixed #14204 -- Enforced SQLite foreign key constraints. 2017-07-11 09:07:31 -04:00