summaryrefslogtreecommitdiff
path: root/tests/modeltests/expressions/models.py
AgeCommit message (Expand)Author
2010-04-16[1.1.X] Fixed #13357 -- Minor changes to get Django running under PyPy. Thank...Russell Keith-Magee
2010-02-23[1.1.X] Fixed an unspecified ordering in the expression tests that could lead...Jacob Kaplan-Moss
2009-09-16[1.1.X] Fixed #11886 -- Corrected handling of F() expressions that use parent...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