summaryrefslogtreecommitdiff
path: root/tests/update_only_fields/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-5/+6
* Fixed #31382 -- Made Model.save(update_fields=...) raise ValueError on non-co...Pat Garcia2020-08-121-0/+10
* Removed unused __str__() methods in tests models.Author: Mads Jensen2020-04-151-6/+0
* Moved choices inside of test models per coding style.Manan2018-12-101-5/+4
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-3/+0
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-1/+1
* Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...Anubhav Joshi2014-07-091-1/+1
* Fixing E302 ErrorsJason Myers2013-11-021-0/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+41