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