summaryrefslogtreecommitdiff
path: root/tests/introspection/models.py
AgeCommit message (Expand)Author
2017-05-15Fixed #28197 -- Fixed introspection of index field ordering on PostgreSQL.Tim Schneider
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-09-09Refs #25415 -- Fixed invalid models in the test suite.Adam Chainz
2016-08-20Fixed #27096 -- Fixed primary key introspection for sqlite3 backendClaude Paroz
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