django1/django/db/backends/mysql
Jon Dufresne f0d3dd4f04 Fixed #23357 -- Added small int introspection support to MySQL backend.
In the MySQL backend, updated the can_introspect_small_integer feature
flag to True. In data_types_reverse, map FIELD_TYPE.SHORT to a
SmallIntegerField. Added test to verify introspecting SmallIntegerFields
and fixed existing tests influenced by this change.
2014-08-27 10:58:44 -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 Fixed #23357 -- Added small int introspection support to MySQL backend. 2014-08-27 10:58:44 -04:00
client.py Fixed #22646: Added support for the MySQL ssl-ca option to dbshell. 2014-08-13 18:29:42 -04:00
compiler.py Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00
creation.py Reorganized the database test settings 2014-03-09 03:57:18 +02:00
introspection.py Fixed #23357 -- Added small int introspection support to MySQL backend. 2014-08-27 10:58:44 -04:00
schema.py Fixed unused import. 2014-05-21 10:42:07 +07:00
validation.py Edited MySQL-specific check messages for grammar and consistency. 2014-03-03 14:31:55 +08:00