summaryrefslogtreecommitdiff
path: root/tests/introspection/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #30591 -- Fixed introspection of check and unique column constraints on ...Mariusz Felisiak2019-08-261-0/+1
* Refs #11964 -- Made constraint support check respect required_db_features.Simon Charette2019-08-121-2/+12
* Fixed #30661 -- Added models.SmallAutoField.Nick Pope2019-08-021-0/+5
* Fixed #30183 -- Added introspection of inline SQLite constraints.Paveł Tyślacki2019-03-131-0/+18
* Followed style guide for model attribute ordering.Matt Wiens2018-12-271-3/+3
* Fixed #29870 -- Added DurationField introspection for Oracle and PostgreSQL.Mariusz Felisiak2018-10-211-0/+1
* Fixed #28197 -- Fixed introspection of index field ordering on PostgreSQL.Tim Schneider2017-05-151-0/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-5/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #25415 -- Fixed invalid models in the test suite.Adam Chainz2016-09-091-1/+1
* Fixed #27096 -- Fixed primary key introspection for sqlite3 backendClaude Paroz2016-08-201-1/+1
* Fixed #26304 -- Ignored unmanaged through model in table introspection.Matthew Schinckel2016-03-021-0/+9
* Fixed #14286 -- Added models.BigAutoField.Alexander Sosnovskiy2015-12-251-0/+18
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-2/+2
* Fixed #17785 -- Preferred column names in get_relations introspectionClaude Paroz2015-01-121-0/+1
* Fixed #23357 -- Added small int introspection support to MySQL backend.Jon Dufresne2014-08-271-0/+1
* Add introspection support for BinaryFieldClaude Paroz2013-03-021-0/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+35