index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
introspection
/
models.py
Age
Commit message (
Expand
)
Author
2025-11-23
Refs #21961 -- Added DatabaseFeatures.supports_on_delete_db_(cascade/null) fe...
Tim Graham
2025-10-31
Fixed #36661 -- Added introspection of database-level delete options.
Mariusz Felisiak
2024-03-01
Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.
Simon Charette
2022-12-28
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-07-11
Refs #27236 -- Removed usage of Meta.index_together from indexes/introspectio...
David Wobrock
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-02-17
Fixed #32453 -- Added introspection of unique constraint field ordering on SQ...
Hannes Ljungberg
2020-04-15
Removed unused __str__() methods in tests models.
Author: Mads Jensen
2019-08-26
Refs #30591 -- Fixed introspection of check and unique column constraints on ...
Mariusz Felisiak
2019-08-12
Refs #11964 -- Made constraint support check respect required_db_features.
Simon Charette
2019-08-02
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-03-13
Fixed #30183 -- Added introspection of inline SQLite constraints.
Paveł Tyślacki
2018-12-27
Followed style guide for model attribute ordering.
Matt Wiens
2018-10-21
Fixed #29870 -- Added DurationField introspection for Oracle and PostgreSQL.
Mariusz Felisiak
2017-05-15
Fixed #28197 -- Fixed introspection of index field ordering on PostgreSQL.
Tim Schneider
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-09-09
Refs #25415 -- Fixed invalid models in the test suite.
Adam Chainz
2016-08-20
Fixed #27096 -- Fixed primary key introspection for sqlite3 backend
Claude Paroz
2016-03-02
Fixed #26304 -- Ignored unmanaged through model in table introspection.
Matthew Schinckel
2015-12-25
Fixed #14286 -- Added models.BigAutoField.
Alexander Sosnovskiy
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-01-12
Fixed #17785 -- Preferred column names in get_relations introspection
Claude Paroz
2014-08-27
Fixed #23357 -- Added small int introspection support to MySQL backend.
Jon Dufresne
2013-03-02
Add introspection support for BinaryField
Claude Paroz
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner