summaryrefslogtreecommitdiff
path: root/tests/basic/models.py
AgeCommit message (Expand)Author
2020-03-05Fixed #29129 -- Skipped UPDATE when adding a model instance with inherited pr...Abhijeet Viswa
2019-08-19Fixed #29260 -- Skipped an UPDATE when adding a model instance with primary k...Hasan Ramezani
2017-10-12Fixed #27846 -- Made Model.refresh_from_db() clear cached relations.Paulo
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2015-11-21Fixed #25715 -- Fixed Model.refresh_from_db() with ForeignKey w/on_delete=SET...Tim Graham
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2014-11-20Added a comment for test of refs #20278.Anssi Kääriäinen
2014-09-24Removed numbering from the models.py header of some test packages.Loic Bistuer
2014-05-15Harmonized some PEP 0263 coding preamblesClaude Paroz
2013-11-02PEP8 cleanupJason Myers
2013-10-26Fix all violators of E231Alex Gaynor
2013-08-30Fixed #20988 -- Added model meta option select_on_saveAnssi Kääriäinen
2013-05-20Fixed #20278 -- ensured .get() exceptions do not recurse infinitelyAnssi Kääriäinen
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner