summaryrefslogtreecommitdiff
path: root/django/db/models/sql/where.py
AgeCommit message (Expand)Author
2010-06-21[soc2010/query-refactor] Cleaned up implementation of negation in MongoDB, an...Alex Gaynor
2010-04-21Fixed #13328 -- Ensured that querysets on models with callable defaults can b...Russell Keith-Magee
2010-02-23Fixed #12855 -- QuerySets with `extra` where parameters now combine correctly...Justin Bronn
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-03-08Fixed #10432 -- Handle all kinds of iterators in queryset filters.Malcolm Tredinnick
2009-03-02Fixed #10181 -- Handle an EmptyResultSet exception case properly in nested qu...Malcolm Tredinnick
2009-02-23Fixed #10182 -- Corrected realiasing and the process of evaluating values() f...Russell Keith-Magee
2009-02-08Fixed #10160 -- Modified evaluation of F() expressions to protect against pot...Russell Keith-Magee
2009-02-08Fixed #7672 -- Added a 'week_day' lookup type. Many thanks to Ross Poulton fo...Karen Tracey
2009-01-29Fixed #7210 -- Added F() expressions to query language. See the documentation...Russell Keith-Magee
2009-01-08Using querysets as an rvalue in filter() calls was causing an unnecessaryMalcolm Tredinnick
2009-01-05Reconciling where- and having-clause behaviour.Malcolm Tredinnick
2008-07-23Allow for matches against unsaved objects in querysets (which will thereforeMalcolm Tredinnick
2008-07-04Redo the changes in [7773] in a better way.Malcolm Tredinnick
2008-06-27Removed a dead line that was left in [7773] by accident.Malcolm Tredinnick
2008-06-27Reorganised the internals of the Where node a bit to fix some copying problems.Malcolm Tredinnick
2008-06-12Negligible comment typo fixesAdrian Holovaty
2008-04-29Fixed an Oracle error on double negations in where conditions. Fixed #7111Ian Kelly
2008-04-27Merged the queryset-refactor branch into trunk.Malcolm Tredinnick