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
/
query_utils.py
Age
Commit message (
Expand
)
Author
2010-04-13
[1.1.X] Refs #13227 -- Partial backport of r12865; backported the changes to ...
Russell Keith-Magee
2010-03-06
[1.1.X] Fixed #12734. Deferred fields will now be properly converted to pytho...
Joseph Kocherhans
2010-02-26
[1.1.X] Fixed #6191, #11296 -- Modified the admin deletion confirmation page ...
Russell Keith-Magee
2010-02-26
[1.1.X] Fixed a bunch of Python 2.3 incompatibilities that had crept into the...
Karen Tracey
2009-12-17
[1.1.X] Fixed #11753 - Q objects with callables no longer explode on Python 2...
Jacob Kaplan-Moss
2009-06-03
Fixed #9479 -- Corrected an edge case in bulk queryset deletion that could ca...
Russell Keith-Magee
2009-04-04
Fixed #10695 -- Fixed implementation of deferred attribute retrieval.
Malcolm Tredinnick
2009-03-19
Fixed #5420 -- Added support for delayed loading of model fields.
Malcolm Tredinnick
2009-01-29
Fixed #7210 -- Added F() expressions to query language. See the documentation...
Russell Keith-Magee
2009-01-15
Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...
Russell Keith-Magee
2008-06-29
Factored out a semi-complex if-test that was used in two places.
Malcolm Tredinnick
2008-04-27
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick