summaryrefslogtreecommitdiff
path: root/tests/regressiontests/generic_relations_regress
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2013-02-23Skipped a test on OracleAnssi Kääriäinen
2013-02-07Changed test assertion strategy used in 04d9730.Ramiro Morales
2013-02-07Fixed #13085 -- Don't fail on creation of model with GFK to a model with __le...Ramiro Morales
2013-02-02Fixed the test introduced in 2ca37af6 under Python 3.Aymeric Augustin
2013-02-01Added test to demonstrate issue 11387 isn't there anymore.Ramiro Morales
2012-12-20Fixed #19500 -- Solved a regression in join reuseAnssi Kääriäinen
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2010-02-10Fixed #11535: Corrected SQL generated for queries involving generic relations...Karen Tracey
2010-01-29Fixed #12721: Ensured objects with generic relations that use non-integer obj...Karen Tracey
2010-01-22Fixed #12664 -- Fixed `GenericRelation.m2m_reverse_name` to return the correc...Justin Bronn
2009-04-03Fixed #9546: GenericRelations inherited from base models no longer query usin...Jacob Kaplan-Moss