Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed #13357 -- Minor changes to get Django running under PyPy. Thanks to Ale... | Russell Keith-Magee | 2010-04-16 | 1 | -1/+1 |
* | Fixed an unspecified ordering in the expression tests that could lead to a he... | Jacob Kaplan-Moss | 2010-02-23 | 1 | -1/+1 |
* | Fixed #11886 -- Corrected handling of F() expressions that use parentheses. T... | Russell Keith-Magee | 2009-09-16 | 1 | -0/+10 |
* | Fix the expressions modeltest to work on Pythons earlier than 2.5. | Karen Tracey | 2009-08-09 | 1 | -1/+1 |
* | Fixed #11527 -- Added unit tests and documentation for the use of F() express... | Russell Keith-Magee | 2009-07-24 | 1 | -0/+39 |
* | Fixed #10161 -- Modified evaluation of query expressions to allow for operato... | Russell Keith-Magee | 2009-02-24 | 1 | -3/+15 |
* | Fixed #7210 -- Added F() expressions to query language. See the documentation... | Russell Keith-Magee | 2009-01-29 | 2 | -0/+71 |