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
/
subqueries.py
Age
Commit message (
Expand
)
Author
2008-04-26
queryset-refactor: Make sure the right list of fields is passed to the
Malcolm Tredinnick
2008-04-26
queryset-refactor: Repaired the dates() method with extra(select=...).xi
Malcolm Tredinnick
2008-04-24
queryset-refactor: A few bits of code cleanup.
Malcolm Tredinnick
2008-04-22
queryset-refactor: Don't use the "AS" keyword in the FROM-clause. Fixed #7055.
Malcolm Tredinnick
2008-04-20
queryset-refactor: Added faster paths for updates and inserts that are done
Malcolm Tredinnick
2008-04-16
queryset-refactor: Added some missed quoting to a table name.
Malcolm Tredinnick
2008-03-19
queryset-refactor: Added support for munging of insert columns.
Malcolm Tredinnick
2008-03-16
queryset-refactor: More whack-a-mole optimisation work. Still got a couple of...
Malcolm Tredinnick
2008-03-15
queryset-refactor: Optimised some internal data structures in sql/query.py.
Malcolm Tredinnick
2008-03-13
queryset-refactor: Made sure that update filter queries only return a single
Malcolm Tredinnick
2008-03-12
queryset-refactor: Added a way to change the prefix of all aliases in a query.
Malcolm Tredinnick
2008-03-12
queryset-refactor: Refactored the way values() works so that it works properly
Malcolm Tredinnick
2008-03-03
queryset-refactor: Simplified updates of related tables, with added bonus of ...
Malcolm Tredinnick
2008-02-29
queryset-refactor: Fixed a small error in [7179].
Malcolm Tredinnick
2008-02-29
queryset-refactor: Made update() work with inherited models.
Malcolm Tredinnick
2008-02-27
queryset-refactor: Typo fix. Fixed #6670. Thanks, alex.
Malcolm Tredinnick
2008-02-27
queryset-refactor: Moved the Query subclasses into their own file.
Malcolm Tredinnick