summaryrefslogtreecommitdiff
path: root/django/db/models/expressions.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-4/+4
* Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...Jacob Kaplan-Moss2009-12-171-1/+1
* Pass values through get_db_prep_save() in a QuerySet.update() call.Malcolm Tredinnick2009-03-091-0/+3
* Fixed #7210 -- Added F() expressions to query language. See the documentation...Russell Keith-Magee2009-01-291-0/+110