summaryrefslogtreecommitdiff
path: root/tests/m2m_signals
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-313/+398
* Removed unused __str__() methods in tests models.Mariusz Felisiak2020-04-301-9/+0
* Removed hardcoded pk in test_pk_set_on_repeated_add_remove.Tim Graham2019-11-181-1/+1
* Refs #27462 -- Added tests of pk_set in m2m_changed signal receivers for repe...Carlton Gibson2019-09-191-0/+28
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-18/+20
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-4/+0
* 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
* PEP8 cleanupJason Myers2013-11-021-0/+3
* Fix all violators of E231Alex Gaynor2013-10-261-2/+2
* Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner2013-09-091-1/+0
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+470