index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
m2m_through_regress
/
tests.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2012-12-24
Use new TestCase methods for equality comparisons
Ian Clelland
2012-12-13
Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering
Anssi Kääriäinen
2012-11-24
Fixed ordering-related failure in m2m_through_regress tests
Anssi Kääriäinen
2012-10-28
Fixed #18823 -- Ensured m2m.clear() works when using through+to_field
Anssi Kääriäinen
2012-08-11
[py3] Used six.StringIO to simulate stdout buffer in tests
Claude Paroz
2012-05-05
Replaced cStringIO.StringIO by io.BytesIO.
Claude Paroz
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-01-26
Fixed #15161 - Corrected handling of ManyToManyField with through table using...
Carl Meyer
2010-06-23
Fixed #13799, a test failure on Postgres. Thanks, Alex.
Jacob Kaplan-Moss
2010-06-07
Fixed #13700 -- Converted m2m_through_regress tests to unittests, removing an...
Russell Keith-Magee