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
/
expressions.py
Age
Commit message (
Expand
)
Author
2015-01-28
Refs #14030 -- Added repr methods to all expressions
Josh Smeaton
2015-01-27
Fixed #24154 -- Backends can now check support for expressions
Josh Smeaton
2015-01-12
Fixed #24031 -- Added CASE expressions to the ORM.
Michał Modzelewski
2015-01-13
Fixed #24060 -- Added OrderBy Expressions
Josh Smeaton
2015-01-08
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2015-01-07
Fixed null handling in Value expression
Josh Smeaton
2014-12-23
Fixed #24033 -- Use interval type on Oracle.
Marc Tamlyn
2014-12-20
Fixed #2443 -- Added DurationField.
Marc Tamlyn
2014-12-18
Refs #24020 -- return expressions from get_group_by_cols()
Anssi Kääriäinen
2014-12-12
Fixed #23941 -- Removed implicit decimal formatting from expressions.
Josh Smeaton
2014-11-26
Fixed #23867 -- removed DateQuerySet hacks
Anssi Kääriäinen
2014-11-21
Fixed #23889 -- Added more usage of quote_name_unless_alias() to avoid deprec...
Collin Anderson
2014-11-16
Renamed qn to compiler
Josh Smeaton
2014-11-15
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton
2014-09-16
Fixed #23492 -- Restored F.__deepcopy__.
Baptiste Mispelon
2014-04-21
Appeased flake8 2.1.0.
Aymeric Augustin
2013-10-22
Fixed #17027 -- Added support for the power operator in F expressions.
Florian Hahn
2013-10-17
Removed F.__deepcopy__()
Anssi Kääriäinen
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-03-13
Refactored qs.add_q() and utils/tree.py
Anssi Kääriäinen
2012-11-03
Fixed #18963 -- Used a subclass-friendly pattern
Aymeric Augustin
2012-10-10
Moved F() '&' and '|' to .bitand() and .bitor()
Anssi Kääriäinen
2012-10-10
Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions"
Anssi Kääriäinen
2012-09-30
Fixed #16211 -- Added comparison and negation ops to F() expressions
Anssi Kääriäinen
2012-08-15
[py3] Fixed F-expression right-hand division
Claude Paroz
2012-08-14
[py3] Fixed F-expression division operators
Anssi Kääriäinen
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2010-12-22
Fixed #10154: Allow combining F expressions with timedelta values.
Karen Tracey
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-17
Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...
Jacob Kaplan-Moss
2009-03-09
Pass values through get_db_prep_save() in a QuerySet.update() call.
Malcolm Tredinnick
2009-01-29
Fixed #7210 -- Added F() expressions to query language. See the documentation...
Russell Keith-Magee
[prev]