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