summaryrefslogtreecommitdiff
path: root/tests/m2m_signals/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-18/+20
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-1/+1
* Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham2015-10-271-5/+5
* Refs #18586 -- Split up tests/m2m_signalsAlain IVARS2015-03-221-134/+168
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.Loic Bistuer2015-02-051-44/+46
* Fixed typos in code comments.Adam Taylor2015-01-201-1/+1
* Fix all violators of E231Alex Gaynor2013-10-261-2/+2
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+429