index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
2009-12-03
[soc2009/multidb] Cleaned up the double processing required by validate() by ...
Alex Gaynor
2009-11-21
[soc2009/multidb] Split SQL construction into two seperate classes, the Query...
Alex Gaynor
2009-08-01
[soc2009/multidb] Switched from using an ugly hacky wrapper to a Metaclass fo...
Alex Gaynor
2009-07-17
[soc2009/multidb] Added connection parameter to the get_db_prep_* family of f...
Alex Gaynor
2009-07-17
[soc2009/multidb] Fixed a bug with EmptyQuerySet.
Alex Gaynor
2009-06-19
[soc2009/multidb] Removed the as_sql_takes_connection option from various cla...
Alex Gaynor
2009-06-08
[soc2009/multidb] Fixed test failures that were introduced in r10943
Alex Gaynor
2009-06-04
[soc2009/multidb] Made filter SQL generation lazy when we aren't filtering on...
Alex Gaynor
2009-06-03
[soc2009/multidb] Bring this branch up to date with my external work. This m...
Alex Gaynor
2009-06-03
[soc2009/multidb] Updated several strings and internal API names to be more c...
Alex Gaynor
2009-06-03
[soc2009/multidb] Removed several instances of unnescary usage of the global ...
Alex Gaynor
2009-06-03
[soc2009/multidb] Updated the test runner to support syncing all the database...
Alex Gaynor
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