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
/
m2m_through
/
tests.py
Age
Commit message (
Expand
)
Author
2016-01-21
[1.9.x] Refs #26092 -- Added @skipUnlessDBFeature to a test.
Tim Graham
2016-01-20
[1.9.x] Fixed #26092 -- Fixed QuerySet.order_by() regression with an M2M thro...
Anssi Kääriäinen
2015-12-03
[1.9.x] Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-11-21
Fixed #23862 -- Made ManyToManyRel.get_related_field() respect to_field.
Simon Charette
2014-09-26
Refactored m2m_through tests. Refs #18586
Davide Ceretti
2014-03-05
Fixed #14549 - Removed restriction of single FKs on intermediary tables
Akis Kesoglou
2014-02-09
Fixed #21763 -- Added an error msg for missing methods on ManyRelatedManager.
Robert Stapenhurst
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-19
Removed unused local variables in tests.
Tim Graham
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner