django/tests/introspection
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 regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Fixed #23357 -- Added small int introspection support to MySQL backend. 2014-08-27 10:58:44 -04:00
tests.py Fixed #23357 -- Added small int introspection support to MySQL backend. 2014-08-27 10:58:44 -04:00