django1/tests/field_subclassing
Marc Tamlyn d22b291890 Fixed #22001 -- Ensure db_type is respected.
db_parameters should respect an already existing db_type method and
return that as its type string. In particular, this was causing some
fields from gis to not be generated.

Thanks to @bigsassy and @blueyed for their work on the patch.

Also fixed #22260
2014-03-14 22:32:17 +00:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
fields.py Fixed #22001 -- Ensure db_type is respected. 2014-03-14 22:32:17 +00:00
models.py PEP8 cleanup 2013-11-02 23:50:49 -05:00
tests.py Fixed #22001 -- Ensure db_type is respected. 2014-03-14 22:32:17 +00:00