django1/django/db/backends/sqlite3
Mariusz Felisiak 776cee9749 Fixed #28391 -- Fixed Cast() with CharField and max_length on MySQL.
Thanks Tim Graham for the review.
2017-07-17 21:12:27 +02: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 Fixed #14204 -- Enforced SQLite foreign key constraints. 2017-07-11 09:07:31 -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 #27795 -- Removed unneeded force_text calls 2017-03-04 18:18:21 +01:00
features.py Fixed #28391 -- Fixed Cast() with CharField and max_length on MySQL. 2017-07-17 21:12:27 +02:00
introspection.py Fixed #14204 -- Enforced SQLite foreign key constraints. 2017-07-11 09:07:31 -04:00
operations.py Fixed #14204 -- Enforced SQLite foreign key constraints. 2017-07-11 09:07:31 -04:00
schema.py Fixed #14204 -- Enforced SQLite foreign key constraints. 2017-07-11 09:07:31 -04:00