summaryrefslogtreecommitdiff
path: root/tests/defer
AgeCommit message (Expand)Author
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-04-29Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...Anssi Kääriäinen
2016-04-13Fixed #26486 -- Fixed a select_related() + defer() MTI edge case.Tim Graham
2016-04-11Used assertRaisesMessage in a couple defer tests.Tim Graham
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-04Fixed typos of "select_related" in docs and tests.Josh Schneier
2014-12-31Refs #18586 -- Split up tests.defer.DeferTests.test_deferWill Earp
2014-11-28Fixed #901 -- Added Model.refresh_from_db() methodAnssi Kääriäinen
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2013-11-02PEP8Jason Myers
2013-10-23Fixed E225 pep8 warnings.Tim Graham
2013-08-19Made Model.__eq__ consider proxy models equivalentAnssi Kääriäinen
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner