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
/
query_utils.py
Age
Commit message (
Expand
)
Author
2009-12-21
[soc2009/multidb] Correct the handling of raw and defered fields with multi-db.
Alex Gaynor
2009-12-20
[soc2009/multidb] Merged up to trunk r11921. This does not include updating...
Alex Gaynor
2009-12-17
[soc2009/multidb] Merged up to trunk r11901.
Alex Gaynor
2009-06-19
[soc2009/multidb] Removed the as_sql_takes_connection option from various cla...
Alex Gaynor
2009-06-03
[soc2009/multidb] Merged multidb up to trunk r10914
Alex Gaynor
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