summaryrefslogtreecommitdiff
path: root/tests/introspection/models.py
AgeCommit message (Expand)Author
2016-03-02Fixed #26304 -- Ignored unmanaged through model in table introspection.Matthew Schinckel
2015-12-25Fixed #14286 -- Added models.BigAutoField.Alexander Sosnovskiy
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-01-12Fixed #17785 -- Preferred column names in get_relations introspectionClaude Paroz
2014-08-27Fixed #23357 -- Added small int introspection support to MySQL backend.Jon Dufresne
2013-03-02Add introspection support for BinaryFieldClaude Paroz
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner