summaryrefslogtreecommitdiff
path: root/tests/m2m_and_m2o/tests.py
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-071-17/+21
* Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis2017-01-261-4/+4
* 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
* PEP8 cleanupJason Myers2013-11-021-1/+2
* Fixed all E261 warningscoagulant2013-11-021-2/+2
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-2/+2
* 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-261-0/+90