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_formsets
/
models.py
Age
Commit message (
Expand
)
Author
2018-12-27
Followed style guide for model attribute ordering.
Matt Wiens
2018-07-30
Fixed nonexistent field reference in test model __str__() method.
Demur Nodia
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
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
2015-09-21
Fixed #25431 -- Readded inline foreign keys to modelformset instances
Claude Paroz
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-06-26
Fixed #24958 -- Fixed inline forms using UUID-PK parents with auto-PK children.
Jason Hoos
2015-02-23
Fixed #24377 -- Fixed model inline formsets with primary key's that have defa...
Tim Graham
2013-11-02
PEP8
Jason Myers
2013-08-15
Fixed #20895 -- Made check management command warn if a BooleanField does not...
Alasdair Nicol
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner