summaryrefslogtreecommitdiff
path: root/tests/m2m_and_m2o
Commit message (Expand)AuthorAgeFilesLines
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-081-7/+7
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-21/+25
* Followed style guide for model attribute ordering.Matt Wiens2018-12-271-3/+3
* Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis2017-01-262-6/+6
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-2/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* 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-1/+1
* Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon2015-01-061-0/+6
* Removed numbering from the models.py header of some test packages.Loic Bistuer2014-09-241-1/+1
* PEP8 cleanupJason Myers2013-11-022-1/+4
* Fixed all E261 warningscoagulant2013-11-021-2/+2
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-2/+2
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
* Fixed "redefinition of unused 'foo' from line X" pyflakes warnings.Tim Graham2013-10-101-2/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+120