summaryrefslogtreecommitdiff
path: root/tests/defer
AgeCommit message (Expand)Author
2019-07-19Fixed typos in comments and a test name.Min ho Kim
2019-06-25Fixed typos in test comments.Tim Gates
2018-03-16Fixed hanging indentation in various code.Mariusz Felisiak
2017-08-31Fixed #28549 -- Fixed QuerySet.defer() with super and subclass fields.Jeremy Kerr
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
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