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
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-17
[py3] Fixed __unicode__ methods missed in d4a0b278
Aymeric Augustin
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-08-11
[py3] Used six.StringIO to simulate stdout buffer in tests
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
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-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
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
2009-11-03
Fixed #10109 -- Removed the use of raw SQL in many-to-many fields by introduc...
Russell Keith-Magee
2009-07-11
Fixed #11107 -- Corrected the generation of sequence reset SQL for m2m fields...
Russell Keith-Magee
2009-04-13
Fixed #9804 -- Corrected the introspection of sequence names. This was causin...
Russell Keith-Magee
2008-08-24
Added a test to show that [8472] also fixed #8254.
Malcolm Tredinnick
2008-08-22
Fixed #8046 -- The first filter() call on a related manager for many-to-many
Malcolm Tredinnick
2008-08-14
Fixed #8286 -- Simplified the m2m intermediate serialization test to make it ...
Russell Keith-Magee
2008-08-12
Fixed #8134 -- Corrected serialization of m2m fields with intermediate models...
Russell Keith-Magee
2008-08-12
Deleted a block of test code that got duplicated in applying a patch.
Russell Keith-Magee
2008-07-29
Fixed #6095 -- Added the ability to specify the model to use to manage a Many...
Russell Keith-Magee