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_regress
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2013-02-24
Fixed the usage of the deprecated assertEquals.
Florian Apolloner
2013-02-23
Fixed #19816: pre-evaluate queryset on m2m set
Tomek Paczkowski
2012-12-13
Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering
Anssi Kääriäinen
2012-11-04
model_split: Fixed #19236 - fixed error for abstract models with a split method
Mike Johnson
2012-09-07
[py3k] Silence many warnings while running the tests.
Alex Gaynor
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-09-30
Fixed #14270 - related manager classes should be cached
Luke Plant
2010-10-14
Fixed #14458 -- converted m2m_regress tests from doctests to unittests. We h...
Alex Gaynor
2010-04-02
Fixed #11956 -- Modified the handling of m2m relationships between subclasses...
Russell Keith-Magee
2010-02-22
Fixed #11226 -- Corrected an validation edge case with m2m relations between ...
Russell Keith-Magee
2009-06-15
Fixed #11311 -- Reverted [10952], Refs #10785. Changeset [10952] caused probl...
Russell Keith-Magee
2009-04-13
Fixed #10237 -- Corrected the handling of self-referential m2m fields when us...
Russell Keith-Magee
2008-08-30
[8721] introduced some internal field names. We hide them from the list of
Malcolm Tredinnick
2008-08-29
Fixed #8279 -- Multiple many-to-many relations to "self" are now possible.
Malcolm Tredinnick