summaryrefslogtreecommitdiff
path: root/tests/basic/models.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #470 -- Added support for database defaults on fields.Ian Foote2023-05-121-0/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-6/+7
* Fixed #29129 -- Skipped UPDATE when adding a model instance with inherited pr...Abhijeet Viswa2020-03-051-0/+4
* Fixed #29260 -- Skipped an UPDATE when adding a model instance with primary k...Hasan Ramezani2019-08-191-0/+6
* Fixed #27846 -- Made Model.refresh_from_db() clear cached relations.Paulo2017-10-121-0/+4
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-3/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-1/+0
* Fixed #25715 -- Fixed Model.refresh_from_db() with ForeignKey w/on_delete=SET...Tim Graham2015-11-211-0/+1
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-2/+6
* Added a comment for test of refs #20278.Anssi Kääriäinen2014-11-201-0/+2
* Removed numbering from the models.py header of some test packages.Loic Bistuer2014-09-241-1/+1
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
* PEP8 cleanupJason Myers2013-11-021-0/+2
* Fix all violators of E231Alex Gaynor2013-10-261-1/+1
* Fixed #20988 -- Added model meta option select_on_saveAnssi Kääriäinen2013-08-301-0/+5
* Fixed #20278 -- ensured .get() exceptions do not recurse infinitelyAnssi Kääriäinen2013-05-201-0/+8
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+20