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
/
sql
/
expressions.py
Age
Commit message (
Expand
)
Author
2009-12-03
[soc2009/multidb] Cleaned up the double processing required by validate() by ...
Alex Gaynor
2009-10-09
[soc2009/multidb] Updated to trunk r11603. This includes a critical security...
Alex Gaynor
2009-06-19
[soc2009/multidb] Removed the as_sql_takes_connection option from various cla...
Alex Gaynor
2009-06-08
[soc2009/multidb] Fixed test failures that were introduced in r10943
Alex Gaynor
2009-06-03
[soc2009/multidb] Bring this branch up to date with my external work. This m...
Alex Gaynor
2009-06-03
[soc2009/multidb] Removed several instances of unnescary usage of the global ...
Alex Gaynor
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