summaryrefslogtreecommitdiff
path: root/tests/modeltests/expressions/models.py
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2012-10-10Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions"Anssi Kääriäinen
2012-09-30Fixed #16211 -- Added comparison and negation ops to F() expressionsAnssi Kääriäinen
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2011-10-13Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor
2010-09-12Migrated expressions doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-04-16Fixed #13357 -- Minor changes to get Django running under PyPy. Thanks to Ale...Russell Keith-Magee
2010-02-23Fixed an unspecified ordering in the expression tests that could lead to a he...Jacob Kaplan-Moss
2009-09-16Fixed #11886 -- Corrected handling of F() expressions that use parentheses. T...Russell Keith-Magee
2009-08-09Fix the expressions modeltest to work on Pythons earlier than 2.5.Karen Tracey
2009-07-24Fixed #11527 -- Added unit tests and documentation for the use of F() express...Russell Keith-Magee
2009-02-24Fixed #10161 -- Modified evaluation of query expressions to allow for operato...Russell Keith-Magee
2009-01-29Fixed #7210 -- Added F() expressions to query language. See the documentation...Russell Keith-Magee