index
:
django.git
fix-31295
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
/
compiler.py
Age
Commit message (
Expand
)
Author
2010-07-17
[soc2010/query-refactor] Implemented deletion. Thanks to Josh Ourisman for p...
Alex Gaynor
2010-06-14
[soc2010/query-refactor] Implemented count() (and by extension the Count() ag...
Alex Gaynor
2010-06-09
[soc2010/query-refactor] Fixed update on MongoDB.
Alex Gaynor
2010-06-07
[soc2010/query-refactor] Cleaned up the implementation of compiler's has_resu...
Alex Gaynor
2010-06-07
[soc2010/query-refactor] Moved has_results (implementation of exists()) onto ...
Alex Gaynor
2010-06-07
[soc2010/query-refactor] Refactor, and implement a few more methods to get mo...
Alex Gaynor
2010-04-23
Fixed #11764 -- Added a missing set of parentheses in a call calculating the ...
Russell Keith-Magee
2010-04-04
Fixed #12328 -- Corrected the handling of subqueries with ordering and slicin...
Russell Keith-Magee
2010-04-01
Fixed #12429 -- Ensure that raw queries call resolve_columns if the backend d...
Russell Keith-Magee
2010-03-31
Fixed #11916 -- Corrected handling of aggregation when there is a subquery pr...
Russell Keith-Magee
2010-03-20
Fixed #12937 -- Corrected the operation of select_related() when following an...
Russell Keith-Magee
2010-03-08
Fixed #12240 - select_related doesn't work correctly when mixing nullable and...
Luke Plant
2010-02-23
Fixed #12855 -- QuerySets with `extra` where parameters now combine correctly...
Justin Bronn
2010-01-27
Fixed #7270 -- Added the ability to follow reverse OneToOneFields in select_r...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee