summaryrefslogtreecommitdiff
path: root/tests/regressiontests/m2m_through_regress/tests.py
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2012-12-24Use new TestCase methods for equality comparisonsIan Clelland
2012-12-13Fixed #19462 -- Made assertQuerysetEqual detect undefined orderingAnssi Kääriäinen
2012-11-24Fixed ordering-related failure in m2m_through_regress testsAnssi Kääriäinen
2012-10-28Fixed #18823 -- Ensured m2m.clear() works when using through+to_fieldAnssi Kääriäinen
2012-08-11[py3] Used six.StringIO to simulate stdout buffer in testsClaude Paroz
2012-05-05Replaced cStringIO.StringIO by io.BytesIO.Claude Paroz
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-01-26Fixed #15161 - Corrected handling of ManyToManyField with through table using...Carl Meyer
2010-06-23Fixed #13799, a test failure on Postgres. Thanks, Alex.Jacob Kaplan-Moss
2010-06-07Fixed #13700 -- Converted m2m_through_regress tests to unittests, removing an...Russell Keith-Magee