index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
model_options
Age
Commit message (
Expand
)
Author
2025-09-05
Fixed #36564 -- Changed DEFAULT_AUTO_FIELD from AutoField to BigAutoField.
Tim Graham
2022-07-26
Refs #27236 -- Reverted AlterIndexTogether deprecation.
Mariusz Felisiak
2022-07-12
Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.
David Wobrock
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-04-08
Fixed #32620 -- Allowed subclasses of Big/SmallAutoField for DEFAULT_AUTO_FIELD.
Adam Johnson
2020-12-15
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
Tom Forbes
2018-12-15
Fixed #30023 -- Prevented SQLite schema alterations while foreign key checks ...
Simon Charette
2017-06-21
Refs #25530 -- Tracked references of deferred SQL statements.
Simon Charette
2017-06-01
Sorted imports per isort 4.2.9.
Tim Graham
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #26230 -- Removed support for model name query lookups when using Meta.d...
Tim Graham
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-02-27
Fixed #26230 -- Made default_related_name affect related_query_name.
chenesan
2016-02-25
Removed try/fail antipattern from model_options tests.
Tim Graham
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-23
Replaced DatabaseCreation sql methods by schema editor equivalents
Claude Paroz
2014-06-18
Fixed #22778 -- Added a model Meta option to define default_related_name.
Renaud Parent
2014-06-11
Created a new tests folder (`model_options`).
Moayad Mardini