summaryrefslogtreecommitdiff
path: root/tests/model_formsets_regress/models.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #29981 -- Fixed inline formsets with a OnetoOneField primary key that u...Patrik Sletmo2019-01-011-0/+9
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-2/+0
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-5/+5
* Fixed #13794 -- Fixed to_field usage in BaseInlineFormSet.Tim Graham2014-07-091-0/+11
* Fixed several typos in DjangoAlex Gaynor2014-05-281-1/+1
* PEP8Jason Myers2013-11-021-0/+6
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+32