summaryrefslogtreecommitdiff
path: root/tests/m2m_signals
AgeCommit message (Expand)Author
2015-10-27Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham
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
2015-01-20Fixed typos in code comments.Adam Taylor
2013-11-02PEP8 cleanupJason Myers
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
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner