1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
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
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