summaryrefslogtreecommitdiff
path: root/tests/modeltests/expressions/models.py
AgeCommit message (Expand)Author
2010-09-13[soc2010/app-loading] merged trunkarchive/soc2010/app-loadingArthur Koziel
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