summaryrefslogtreecommitdiff
path: root/tests/modeltests/expressions
Commit message (Expand)AuthorAgeFilesLines
* Fixed #13357 -- Minor changes to get Django running under PyPy. Thanks to Ale...Russell Keith-Magee2010-04-161-1/+1
* Fixed an unspecified ordering in the expression tests that could lead to a he...Jacob Kaplan-Moss2010-02-231-1/+1
* Fixed #11886 -- Corrected handling of F() expressions that use parentheses. T...Russell Keith-Magee2009-09-161-0/+10
* Fix the expressions modeltest to work on Pythons earlier than 2.5.Karen Tracey2009-08-091-1/+1
* Fixed #11527 -- Added unit tests and documentation for the use of F() express...Russell Keith-Magee2009-07-241-0/+39
* Fixed #10161 -- Modified evaluation of query expressions to allow for operato...Russell Keith-Magee2009-02-241-3/+15
* Fixed #7210 -- Added F() expressions to query language. See the documentation...Russell Keith-Magee2009-01-292-0/+71