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
2019-01-15
Fixed #30099 -- Fixed invalid SQL when filtering a Subquery by an aggregate.
Nasir Hussain
2019-01-14
Removed unnecessary string formatting of strings.
Jon Dufresne
2018-12-27
Fixed #29851 -- Fixed crash of annotations with window expressions in Subquery.
Mariusz Felisiak
2018-10-17
Moved make_hashable() to django.utils and added tests.
aspalding
2018-10-02
Fixed #29745 -- Based Expression equality on detailed initialization signature.
Simon Charette
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-08-20
Removed unused function argument from Window.as_sql().
Mariusz Felisiak
2018-07-10
Fixed #11964 -- Added support for database check constraints.
Ian Foote
2018-04-16
Fixed #29330 -- Fixed crash when pickling BaseExpression.
Daniel Miller
2018-03-08
Fixed #29195 -- Fixed Exists.output_field resolution on single-valued queries.
Simon Charette
2018-03-01
Fixed #29172 -- Fixed crash with Window expression in a subquery.
Tomáš Ehrlich
2018-02-28
Fixed #29166 -- Fixed crash in When() expression with a list argument.
Mariusz Felisiak
2018-02-23
Fixed #29142 -- Fixed crash when OuterRef is used with an operator.
Matthew Schinckel
2018-02-10
Fixed #29118 -- Fixed crash with QuerySet.order_by(Exists(...)).
Raphael Gaschignard
2018-01-31
Fixed #29066 -- Allowed negating query expressions.
priyanshsaxena
2017-12-26
Fixed #28930 -- Simplified code with any() and all().
Дилян Палаузов
2017-12-26
Fixed #28731 -- Added an error message when using an empty Q() in a When expr...
Tim Martin
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-08
Refs #27849 -- Removed empty Q() hack in filtered Aggregate.as_sql().
Simon Charette
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-11-27
Fixed #28848 -- Fixed SQLite/MySQL crash when ordering by a filtered subquery...
Raphael Michel
2017-10-25
Fixed #28689 -- Fixed unquoted table names in Subquery SQL when using OuterRef.
Mariusz Felisiak
2017-10-21
Fixed #28722 -- Made QuerySet.reverse() affect nulls_first/nulls_last.
Tomer Chachamu
2017-09-28
Merged hash() calls.
Mariusz Felisiak
2017-09-25
Fixed #27857 -- Dropped support for Python 3.4.
Tim Graham
2017-09-18
Fixed #26608 -- Added support for window expressions (OVER clause).
Mads Jensen
2017-09-11
Fixed #28492 -- Defined default output_field of expressions at the class level.
Simon Charette
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-08-11
Refs #28459 -- Improved performance of BaseExpression.convert_value().
Sergey Fedoseev
2017-08-11
Replaced typecast_decimal() with decimal.Decimal().
Sergey Fedoseev
2017-08-10
Refs #18247 -- Fixed filtering on CombinedExpression(output_field=DecimalFiel...
Sergey Fedoseev
2017-08-02
Removed unused _combine() node argument from various combinable classes.
Mariusz Felisiak
2017-07-21
Stopped setting BaseExpression.copied on copy().
Simon Charette
2017-07-20
Sorted display of options in Func.__repr__().
orf
2017-07-20
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-07-17
Allowed Func subclasses to add kwargs to __repr__().
Mariusz Felisiak
2017-07-14
Fixed #28394 -- Allowed setting BaseExpression.output_field (renamed from _ou...
Sergey Fedoseev
2017-07-11
Fixed #28382 -- Prevented BaseExpression._output_field from being set if _res...
Sergey Fedoseev
2017-07-06
Fixed #28365 -- Unified DatabaseOperations.date_interval_sql() return value w...
Mariusz Felisiak
2017-06-29
Removed obsolete Query.tables attribute.
Anssi Kääriäinen
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-05-30
Fixed #28199 -- Fixed Subquery generating unnecessary/invalid CAST.
Tim Graham
2017-03-29
Refs #18247 -- Fixed SQLite QuerySet filtering on decimal result of Least and...
Sergey Fedoseev
2017-03-01
Fixed #27862 -- Fixed incorrectly quoted table aliases in Subquery SQL.
Matthew Schinckel
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-23
Refs #11964, #26167 -- Made Expressions deconstructible.
Ian Foote
2017-02-23
Refs #23919 -- Used yield from.
Vytis Banaitis
2017-02-16
Fixed #27828 -- Fixed a crash when subtracting Integer/DurationField from Dat...
Vytis Banaitis
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
[next]