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
Age
Commit message (
Expand
)
Author
2008-06-26
Fixed #7181 -- when ordering by a potentially NULL field, use a left-outer join
Malcolm Tredinnick
2008-06-26
Fixed #7076 -- Include NULL values when excluding non-NULL items.
Malcolm Tredinnick
2008-06-26
Fixed a problem when constructing complex select_related() calls.
Malcolm Tredinnick
2008-06-26
Fixed a problem with values() and values_list() queries and nullable joins.
Malcolm Tredinnick
2008-06-15
Fixed #7387 - Fixed circular import problem when importing `contrib.contentty...
Gary Wilson Jr
2008-06-12
Negligible comment typo fixes
Adrian Holovaty
2008-06-08
Fixed #7369: fixed a corner-case involving select_related() following non-nul...
Jacob Kaplan-Moss
2008-04-29
Fixed an Oracle error on double negations in where conditions. Fixed #7111
Ian Kelly
2008-04-28
Changed Query.get_columns() to quote the 'AS' column names in an extra_select...
Adrian Holovaty
2008-04-28
Added the ability to pickle and unpickle QuerySets and Query classes.
Malcolm Tredinnick
2008-04-28
Made some types of nested update queries very slightly more efficient at the
Malcolm Tredinnick
2008-04-28
Fixed #7096 -- The simplifications in [7461] weren't complete. They broke
Malcolm Tredinnick
2008-04-28
Fixed #7098 -- Old-style related-model order_by() syntax was being incorrectly
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
[prev]