Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/models/query_utils.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #9479 -- Corrected an edge case in bulk queryset de...Russell Keith-Magee2009-06-031-1/+14
* Fixed #10695 -- Fixed implementation of deferred attribut...Malcolm Tredinnick2009-04-041-16/+11
* Fixed #5420 -- Added support for delayed loading of model...Malcolm Tredinnick2009-03-191-2/+169
* Fixed #7210 -- Added F() expressions to query language. S...Russell Keith-Magee2009-01-291-0/+3
* Fixed #3566 -- Added support for aggregation to the ORM. ...Russell Keith-Magee2009-01-151-1/+0
* Factored out a semi-complex if-test that was used in two ...Malcolm Tredinnick2008-06-291-0/+17
* Merged the queryset-refactor branch into trunk.Malcolm Tredinnick2008-04-271-0/+50