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
2017-11-27
[2.0.x] Fixed #28848 -- Fixed SQLite/MySQL crash when ordering by a filtered ...
Raphael Michel
2017-10-25
[2.0.x] Fixed #28689 -- Fixed unquoted table names in Subquery SQL when using...
Mariusz Felisiak
2017-10-21
[2.0.x] Fixed #28722 -- Made QuerySet.reverse() affect nulls_first/nulls_last.
Tomer Chachamu
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
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-14
Fixed #27149 -- Added Subquery and Exists database expressions.
Matthew Schinckel
2017-01-03
Fixed #25912 -- Added binary left/right shift operators to F expressions.
anabelensc
2016-12-29
Fixed #27615 -- Used timedeltas as arguments to Oracle database driver.
Mariusz Felisiak
2016-12-08
Fixed #13312 -- Allowed specifying the order of null fields in queries.
Yohann Gabory
2016-12-07
Fixed #25708 -- Fixed annotations with geometry values.
Sergey Fedoseev
2016-08-08
Moved EmpytResultSet to django.core.exceptions.
Johannes Dollinger
2016-08-08
Fixed #26433 -- Fixed Case expressions with empty When.
Johannes Dollinger
2016-05-18
Fixed #25774 -- Refactor datetime expressions into public API
Josh Smeaton
2016-05-04
Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()
Claude Paroz
2016-05-03
Normalized "an SQL" spelling.
Ville Skyttä
2016-04-22
Removed unused BaseExpression.refs_aggregate().
Tim Graham
2016-04-22
Refs #3254 -- Added full text search to contrib.postgres.
Marc Tamlyn
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-03-29
Fixed #25759 -- Added keyword arguments to customize Expressions' as_sql().
Kai Feldhoff
2016-03-28
Normalized Func.as_sqlite() signature.
Tim Graham
2016-02-26
Fixed #24793 -- Unified temporal difference support.
Simon Charette
2016-02-11
Fixed #26196 -- Made sure __in lookups use to_field as default.
Anssi Kääriäinen
2016-01-02
Fixed #25316 -- Fixed a crash with order_by() and values() after annotate().
varunnaganathan
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
[next]