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
/
query.py
Age
Commit message (
Expand
)
Author
2007-10-24
queryset-refactor: Added the ability to apply parameters to the select
Malcolm Tredinnick
2007-10-15
queryset-refactor: Fixed a possibility of shooting oneself in the foot and
Malcolm Tredinnick
2007-10-15
queryset-refactor: Fixed values(...).select_related(...) bug that was
Malcolm Tredinnick
2007-10-15
queryset-refactor: Made sure the ordering columns in a distinct() query only
Malcolm Tredinnick
2007-10-15
queryset-refactor: Fixed a couple of typos that were messing up extra(select=...
Malcolm Tredinnick
2007-10-15
queryset-refactor: Added an order_by parameter to extra(). Refs #2076.
Malcolm Tredinnick
2007-10-14
queryset-refactor: Fixed a large bag of order_by() problems.
Malcolm Tredinnick
2007-10-14
queryset-refactor: Fixed handling of extra(tables=...). In passing, this solves
Malcolm Tredinnick
2007-10-14
queryset-refactor: Removed a whole bunch of unused code. This includes the
Malcolm Tredinnick
2007-10-14
queryset-refactor: Fixed a problem with count() queries -- we were creating an
Malcolm Tredinnick
2007-10-14
queryset-refactor: Fixed some quoting problems with aliases.
Malcolm Tredinnick
2007-10-14
queryset-refactor: Made all the changes needed to have count() work properly
Malcolm Tredinnick
2007-10-14
queryset-refactor: Previous exclude() fixing broke the simple case. Fixed that
Malcolm Tredinnick
2007-10-14
queryset-refactor: Fixed the optimization that potentially removes the final
Malcolm Tredinnick
2007-10-14
queryset-refactor: Fixed the SQL construction when excluding items across
Malcolm Tredinnick
2007-10-14
queryset-refactor: Create a new join when merging two QuerySets that use a 1-m
Malcolm Tredinnick
2007-10-14
queryset-refactor: Fixed a problem in the isnull=True handling.
Malcolm Tredinnick
2007-10-14
querset-refactor: Fixed a bunch of little things as a result of working on the
Malcolm Tredinnick
2007-10-14
queryset-refactor: integrate select_related() into SQL generation.
Malcolm Tredinnick
2007-10-14
queryset-refactor: Ported DateQuerySet and ValueQuerySet over and fixed most of
Malcolm Tredinnick
2007-09-13
Fixed some more join and lookup tests.
Malcolm Tredinnick
2007-09-13
Fixed deleting via generic relations.
Malcolm Tredinnick
2007-09-13
Use the correct column in custom column handling.
Malcolm Tredinnick
2007-09-13
Fixed limit/offset computations.
Malcolm Tredinnick
2007-09-13
Initial portion of queryset rewrite. This breaks a lot more than it fixes in
Malcolm Tredinnick