summaryrefslogtreecommitdiff
path: root/tests/m2o_recursive
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-11/+21
* Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani2020-11-061-9/+6
* Adjusted code style of a few test data setup methods.Simon Charette2018-11-271-10/+5
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-12/+14
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-3/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-1/+1
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-4/+4
* Removed numbering from the models.py header of some test packages.Loic Bistuer2014-09-241-1/+1
* PEP8 cleanupJason Myers2013-11-022-0/+2
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+74