summaryrefslogtreecommitdiff
path: root/django/db/models/sql/expressions.py
AgeCommit message (Expand)Author
2012-11-23[1.5.x] Fixed #18375 -- Removed dict-ordering dependency for F-expressionsAnssi Kääriäinen
2012-09-30Avoided storing ExpressionNodes in dictsAnssi Kääriäinen
2012-09-08Internal refactoring; moving LOOKUP_SEP up one level.Malcolm Tredinnick
2010-12-22Fixed #10154: Allow combining F expressions with timedelta values.Karen Tracey
2010-11-22Fixed #14754 -- corrected using an aggregate in an F expressions when that qu...Alex Gaynor
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-09-16Fixed #11886 -- Corrected handling of F() expressions that use parentheses. T...Russell Keith-Magee
2009-03-06Improved table join handling for comparisons against NULL.Malcolm Tredinnick
2009-02-24Fixed #10161 -- Modified evaluation of query expressions to allow for operato...Russell Keith-Magee
2009-02-08Fixed #10160 -- Modified evaluation of F() expressions to protect against pot...Russell Keith-Magee
2009-01-29Fixed #7210 -- Added F() expressions to query language. See the documentation...Russell Keith-Magee