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
/
expressions.py
Age
Commit message (
Expand
)
Author
2014-01-18
Fixed #16187 -- refactored ORM lookup system
Anssi Kääriäinen
2013-12-22
Fixed #21643 -- repeated execution of qs with F() + timedelta
Alexey Voronov
2013-11-07
Fixed #21376 -- New implementation for query join promotion logic
Anssi Kääriäinen
2013-09-22
Removed a few trailing backslashes.
Aymeric Augustin
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-03-24
Fixed #19385 again, now with real code changes
Anssi Kääriäinen
2013-03-13
Refactored qs.add_q() and utils/tree.py
Anssi Kääriäinen
2013-03-12
Fixed #19964 -- Removed relabel_aliases from some structs
Anssi Kääriäinen
2013-02-20
Refactored negated IS NULL handling
Anssi Kääriäinen
2013-02-16
Fixed #17260 -- Added time zone aware aggregation and lookups.
Aymeric Augustin
2012-12-20
Fixed #19500 -- Solved a regression in join reuse
Anssi Kääriäinen
2012-12-16
Fixed #10790 -- Refactored sql.Query.setup_joins()
Anssi Kääriäinen
2012-11-23
Fixed #18375 -- Removed dict-ordering dependency for F-expressions
Anssi Kääriäinen
2012-09-30
Avoided storing ExpressionNodes in dicts
Anssi Kääriäinen
2012-09-08
Internal refactoring; moving LOOKUP_SEP up one level.
Malcolm Tredinnick
2010-12-22
Fixed #10154: Allow combining F expressions with timedelta values.
Karen Tracey
2010-11-22
Fixed #14754 -- corrected using an aggregate in an F expressions when that qu...
Alex Gaynor
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-09-16
Fixed #11886 -- Corrected handling of F() expressions that use parentheses. T...
Russell Keith-Magee
2009-03-06
Improved table join handling for comparisons against NULL.
Malcolm Tredinnick
2009-02-24
Fixed #10161 -- Modified evaluation of query expressions to allow for operato...
Russell Keith-Magee
2009-02-08
Fixed #10160 -- Modified evaluation of F() expressions to protect against pot...
Russell Keith-Magee
2009-01-29
Fixed #7210 -- Added F() expressions to query language. See the documentation...
Russell Keith-Magee