summaryrefslogtreecommitdiff
path: root/tests/m2m_signals
AgeCommit message (Collapse)Author
2025-12-17Fixed #27380 -- Added "raw" argument to m2m_changed signals.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-04-30Removed unused __str__() methods in tests models.Mariusz Felisiak
Follow up to 6461583b6cc257d25880ef9a9fd7e2125ac53ce1.
2019-11-18Removed hardcoded pk in test_pk_set_on_repeated_add_remove.Tim Graham
Follow up to bed4a1527b4f1f38c8b4f820de5591a52e62711d.
2019-09-19Refs #27462 -- Added tests of pk_set in m2m_changed signal receivers for ↵Carlton Gibson
repeated add/remove calls.
2018-11-27Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2015-10-27Fixed #25550 -- Deprecated direct assignment to the reverse side of a ↵Tim Graham
related set.
2015-03-22Refs #18586 -- Split up tests/m2m_signalsAlain IVARS
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-05Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.Loic Bistuer
Thanks Anssi Kääriäinen, Carl Meyer, Collin Anderson, and Tim Graham for the reviews.
2015-01-20Fixed typos in code comments.Adam Taylor
2013-11-02PEP8 cleanupJason Myers
Signed-off-by: Jason Myers <jason@jasonamyers.com>
2013-10-26Fix all violators of E231Alex Gaynor
2013-09-09Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner
2013-07-29Removed most of absolute_import importsClaude Paroz
Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner