Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/models/expressions.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #25629 -- Added `arity` class attribute to `Func` ex...Sergey Fedoseev2015-11-021-0/+10
* Fixed #24509 -- Added Expression support to SQLInsertComp...Alex Hill2015-09-221-0/+21
* Fixed #25377 -- Changed Count queries to execute COUNT(*)...Adam Chainz2015-09-141-0/+8
* Fixed #18247 -- Added cast to NUMERIC for Decimals on sqliteMichael Tänzer2015-07-011-0/+9
* Fixed #24752 -- query crash when reusing Case expressionsAnssi Kääriäinen2015-05-051-0/+5
* Fixed #24485 -- Allowed combined expressions to set outpu...Josh Smeaton2015-03-221-3/+26
* Fixed #24508 -- Made annotations commutativeJosh Smeaton2015-03-221-2/+12
* Refs #24485 -- Renamed some expression typesJosh Smeaton2015-03-171-19/+19
* Fixed #24486 -- Fixed error with datetime and DurationFie...Josh Smeaton2015-03-171-3/+4
* Fixed #24420 -- Allowed ordering by case expressionsJosh Smeaton2015-03-061-0/+5
* Update converters to take a consistent set of parameters.Marc Tamlyn2015-02-201-3/+3
* Fixed #24343 -- Ensure db converters are used for foreign...Marc Tamlyn2015-02-201-5/+8
* Refs #14030 -- Improved expression support for python valuesJosh Smeaton2015-02-111-14/+12
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Refs #14030 -- Renamed CombinableMixin to CombinableJosh Smeaton2015-01-281-5/+3
* Refs #14030 -- Added repr methods to all expressionsJosh Smeaton2015-01-281-5/+45
* Fixed #24154 -- Backends can now check support for expres...Josh Smeaton2015-01-271-8/+7
* Fixed #24031 -- Added CASE expressions to the ORM.Michał Modzelewski2015-01-131-12/+148
* Fixed #24060 -- Added OrderBy ExpressionsJosh Smeaton2015-01-121-10/+67
* Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen2015-01-081-5/+44
* Fixed null handling in Value expressionJosh Smeaton2015-01-081-0/+5
* Fixed #24033 -- Use interval type on Oracle.Marc Tamlyn2014-12-231-1/+2
* Fixed #2443 -- Added DurationField.Marc Tamlyn2014-12-201-41/+46
* Refs #24020 -- return expressions from get_group_by_cols()Anssi Kääriäinen2014-12-181-2/+2
* Fixed #23941 -- Removed implicit decimal formatting from ...Josh Smeaton2014-12-121-1/+1
* Fixed #23867 -- removed DateQuerySet hacksAnssi Kääriäinen2014-11-261-6/+66
* Fixed #23889 -- Added more usage of quote_name_unless_ali...Collin Anderson2014-11-211-1/+1
* Renamed qn to compilerJosh Smeaton2014-11-161-5/+6
* Fixed #14030 -- Allowed annotations to accept all express...Josh Smeaton2014-11-151-62/+435
* Fixed #23492 -- Restored F.__deepcopy__.Baptiste Mispelon2014-09-161-0/+5
* Appeased flake8 2.1.0.Aymeric Augustin2014-04-211-3/+3
* Fixed #17027 -- Added support for the power operator in F...Florian Hahn2013-10-221-0/+7
* Removed F.__deepcopy__()Anssi Kääriäinen2013-10-171-5/+0
* A large number of stylistic cleanups across django/db/Alex Gaynor2013-07-081-0/+3
* Refactored qs.add_q() and utils/tree.pyAnssi Kääriäinen2013-03-131-3/+15
* Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin2012-11-031-4/+8
* Moved F() '&' and '|' to .bitand() and .bitor()Anssi Kääriäinen2012-10-101-7/+23
* Revert "Fixed #16211 -- Added comparison and negation ops...Anssi Kääriäinen2012-10-101-37/+0
* Fixed #16211 -- Added comparison and negation ops to F() ...Anssi Kääriäinen2012-09-301-0/+37
* [py3] Fixed F-expression right-hand divisionClaude Paroz2012-08-151-1/+2
* [py3] Fixed F-expression division operatorsAnssi Kääriäinen2012-08-141-1/+2
* Removed a bunch more Python 2.4 workarounds now that we d...Adrian Holovaty2011-03-281-2/+0
* Fixed #10154: Allow combining F expressions with timedelt...Karen Tracey2010-12-221-1/+42
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-4/+4
* Fixed #11753 - Q objects with callables no longer explode...Jacob Kaplan-Moss2009-12-171-1/+1
* Pass values through get_db_prep_save() in a QuerySet.upda...Malcolm Tredinnick2009-03-091-0/+3
* Fixed #7210 -- Added F() expressions to query language. S...Russell Keith-Magee2009-01-291-0/+110