summaryrefslogtreecommitdiff
path: root/tests/order_with_respect_to
Commit message (Expand)AuthorAgeFilesLines
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-082-3/+3
* Fixed #33501 -- Made order_with_respect_to respect database routers.Damian Posener2022-02-091-0/+14
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-073-28/+38
* Fixed #13296 -- Fixed ordering by Options.order_with_respect_to after deletin...Hasan Ramezani2019-09-231-0/+14
* Tested Model.set_FOO_order() with an unrelated object.Tim Graham2019-01-211-0/+7
* Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham2018-11-271-2/+2
* Replaced type-specific assertions with assertEqual().Tim Graham2017-03-171-3/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-3/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-182-4/+0
* Fixed #25746 -- Isolated inlined test models registration.Simon Charette2016-01-061-5/+2
* Fixed #26009 -- Fixed contenttypes_tests isolation.Tim Graham2016-01-043-90/+90
* Refs #25786 -- Added tests/release notes for set_FOO_order() crash with order...Tim Graham2015-11-232-1/+27
* 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-272-22/+42
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-272-3/+3
* 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
* Fixing E302 ErrorsJason Myers2013-11-021-0/+2
* 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-263-0/+106