summaryrefslogtreecommitdiff
path: root/tests/introspection/models.py
AgeCommit message (Expand)Author
2025-11-23Refs #21961 -- Added DatabaseFeatures.supports_on_delete_db_(cascade/null) fe...Tim Graham
2025-10-31Fixed #36661 -- Added introspection of database-level delete options.Mariusz Felisiak
2024-03-01Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.Simon Charette
2022-12-28Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul
2022-07-11Refs #27236 -- Removed usage of Meta.index_together from indexes/introspectio...David Wobrock
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-02-17Fixed #32453 -- Added introspection of unique constraint field ordering on SQ...Hannes Ljungberg
2020-04-15Removed unused __str__() methods in tests models.Author: Mads Jensen
2019-08-26Refs #30591 -- Fixed introspection of check and unique column constraints on ...Mariusz Felisiak
2019-08-12Refs #11964 -- Made constraint support check respect required_db_features.Simon Charette
2019-08-02Fixed #30661 -- Added models.SmallAutoField.Nick Pope
2019-03-13Fixed #30183 -- Added introspection of inline SQLite constraints.Paveł Tyślacki
2018-12-27Followed style guide for model attribute ordering.Matt Wiens
2018-10-21Fixed #29870 -- Added DurationField introspection for Oracle and PostgreSQL.Mariusz Felisiak
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