index
:
chango.git
devmain
fix-31295
initial-branch
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
/
subqueries.py
Age
Commit message (
Expand
)
Author
2008-09-01
Fixed extra_select with DateQuery in Oracle
Ian Kelly
2008-08-20
Made it possible to pickle DateQuerySets.
Malcolm Tredinnick
2008-08-09
Added the ability to force an SQL insert (or force an update) via a model's
Malcolm Tredinnick
2008-07-04
Redo the changes in [7773] in a better way.
Malcolm Tredinnick
2008-06-27
Reorganised the internals of the Where node a bit to fix some copying problems.
Malcolm Tredinnick
2008-06-26
Fixed #7105 -- Fixed dates() queries in light of model inheritance.
Malcolm Tredinnick
2008-06-15
Fixed #7387 - Fixed circular import problem when importing `contrib.contentty...
Gary Wilson Jr
2008-04-28
Made some types of nested update queries very slightly more efficient at the
Malcolm Tredinnick
2008-04-28
Migrated _setup_query() docstring to America
Adrian Holovaty
2008-04-28
Fixed #7097 -- dates() queries now work as expected with select_related() -- ...
Adrian Holovaty
2008-04-27
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick