summaryrefslogtreecommitdiff
path: root/tests/model_formsets/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-16/+16
* Followed style guide for model attribute ordering.Matt Wiens2018-12-271-3/+3
* Fixed nonexistent field reference in test model __str__() method.Demur Nodia2018-07-301-4/+1
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-19/+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 #25431 -- Readded inline foreign keys to modelformset instancesClaude Paroz2015-09-211-0/+4
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-17/+17
* Fixed #24958 -- Fixed inline forms using UUID-PK parents with auto-PK children.Jason Hoos2015-06-261-0/+30
* Fixed #24377 -- Fixed model inline formsets with primary key's that have defa...Tim Graham2015-02-231-0/+13
* PEP8Jason Myers2013-11-021-0/+26
* Fixed #20895 -- Made check management command warn if a BooleanField does not...Alasdair Nicol2013-08-151-3/+3
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+217