summaryrefslogtreecommitdiff
path: root/tests/defer/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* 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-1/+1
* Fixed #901 -- Added Model.refresh_from_db() methodAnssi Kääriäinen2014-11-281-0/+14
* PEP8Jason Myers2013-11-021-0/+4
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+30