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
/
generic_relations_regress
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2013-02-23
Skipped a test on Oracle
Anssi Kääriäinen
2013-02-07
Changed test assertion strategy used in 04d9730.
Ramiro Morales
2013-02-07
Fixed #13085 -- Don't fail on creation of model with GFK to a model with __le...
Ramiro Morales
2013-02-02
Fixed the test introduced in 2ca37af6 under Python 3.
Aymeric Augustin
2013-02-01
Added test to demonstrate issue 11387 isn't there anymore.
Ramiro Morales
2012-12-20
Fixed #19500 -- Solved a regression in join reuse
Anssi Kääriäinen
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-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2010-02-10
Fixed #11535: Corrected SQL generated for queries involving generic relations...
Karen Tracey
2010-01-29
Fixed #12721: Ensured objects with generic relations that use non-integer obj...
Karen Tracey
2010-01-22
Fixed #12664 -- Fixed `GenericRelation.m2m_reverse_name` to return the correc...
Justin Bronn
2009-04-03
Fixed #9546: GenericRelations inherited from base models no longer query usin...
Jacob Kaplan-Moss