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
/
models.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2012-11-04
model_split: Fixed #19236 - fixed error for abstract models with a split method
Mike Johnson
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
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