summaryrefslogtreecommitdiff
path: root/tests/order_with_respect_to/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-081-1/+1
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-6/+7
* Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham2018-11-271-2/+2
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #25746 -- Isolated inlined test models registration.Simon Charette2016-01-061-5/+2
* Fixed #26009 -- Fixed contenttypes_tests isolation.Tim Graham2016-01-041-81/+4
* Refs #25786 -- Added tests/release notes for set_FOO_order() crash with order...Tim Graham2015-11-231-1/+11
* Refs #25745 -- Isolated an order_with_respect_to test.Simon Charette2015-11-141-0/+4
* Fixed #24201 -- Added order_with_respect_to support to GenericForeignKey.Alex Hill2015-08-271-22/+33
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+2
* Refs #18586 -- Split up order_with_respect_to testsHelen ST2014-12-041-30/+42
* Adding test to fix of duplicate _order fields (#22720)Víðir Valberg Guðmundsson2014-05-291-0/+21
* Removed unused local variables in tests.Tim Graham2013-10-191-1/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+73