summaryrefslogtreecommitdiff
path: root/tests/m2m_through_regress/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-13/+23
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-22/+34
* Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani2020-11-061-71/+23
* Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a th...Collin Anderson2019-01-151-36/+0
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-7/+8
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-1/+2
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed typo in m2m_through_regress test methods.Tim Graham2016-12-231-2/+2
* Refs #18823 -- Corrected field name in an m2m manager error message.Andrey Kuzminov2016-12-231-2/+2
* Used assertRaisesMessage() in m2m_through_regress tests.Tim Graham2016-12-231-9/+37
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-1/+4
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-2/+1
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-2/+4
* Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham2015-10-271-2/+14
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-3/+17
* Refs #18586 -- Split up tests.m2m_through_regressMichael Blatherwick2015-03-241-51/+57
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+4
* Fix all violators of E231Alex Gaynor2013-10-261-4/+4
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-1/+1
* Fixed E221 pep8 warnings.Tim Graham2013-10-221-1/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Defined available_apps in relevant tests.Aymeric Augustin2013-06-101-0/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+235