summaryrefslogtreecommitdiff
path: root/django/db/models/sql/expressions.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-13/+9
* Fixed #11886 -- Corrected handling of F() expressions that use parentheses. T...Russell Keith-Magee2009-09-161-1/+1
* Improved table join handling for comparisons against NULL.Malcolm Tredinnick2009-03-061-1/+1
* Fixed #10161 -- Modified evaluation of query expressions to allow for operato...Russell Keith-Magee2009-02-241-2/+1
* Fixed #10160 -- Modified evaluation of F() expressions to protect against pot...Russell Keith-Magee2009-02-081-4/+1
* Fixed #7210 -- Added F() expressions to query language. See the documentation...Russell Keith-Magee2009-01-291-0/+92