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
2022-05-12
Fixed #33543 -- Deprecated passing nulls_first/nulls_last=False to OrderBy an...
Mariusz Felisiak
2022-05-12
Fixed #29538 -- Fixed crash of ordering by related fields when Meta.ordering ...
Ed Rivas
2022-05-10
Fixed #30581 -- Added support for Meta.constraints validation.
Gagaro
2022-03-31
Fixed #33397 -- Corrected resolving output_field for DateField/DateTimeField/...
Luke Plant
2022-03-31
Refs #33397 -- Added register_combinable_fields().
Luke Plant
2022-03-16
Refs #30581 -- Allowed sql.Query to be used without model.
Gagaro
2022-03-04
Fixed #29865 -- Added logical XOR support for Q() and querysets.
Ryan Heard
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
Refs #33482 -- Fixed QuerySet selecting and filtering againts negated Exists(...
Mariusz Felisiak
2022-02-02
Fixed #33482 -- Fixed QuerySet filtering againts negated Exists() with empty ...
Simon Charette
2022-01-17
Fixed #33435 -- Fixed invalid SQL generatered by Subquery.as_sql().
My-Name-Is-Nabil
2022-01-07
Fixed #33216 -- Simpilified deconstructed paths for some expressions.
Allen Jonathan David
2021-12-02
Fixed #33282 -- Fixed a crash when OR'ing subquery and aggregation lookups.
Simon Charette
2021-11-23
Fixed #33304 -- Allowed passing string expressions to Window(order_by).
Simon Charette
2021-11-23
Refs #33304 -- Enclosed aggregate ordering logic in an expression.
Simon Charette
2021-11-08
Fixed #33257 -- Fixed Case() and ExpressionWrapper() with decimal values on S...
Matthijs Kooijman
2021-10-21
Made F deconstruction omit 'expressions' in the path.
Adam Johnson
2021-09-29
Fixed #33018 -- Fixed annotations with empty queryset.
David Wobrock
2021-09-29
Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_result_set_...
David Wobrock
2021-07-09
Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and ...
Ian Foote
2021-07-02
Refs #26430 -- Re-introduced empty aggregation optimization.
Simon Charette
2021-05-24
Refs #24121 -- Improved Value.__repr__().
Mariusz Felisiak
2021-05-05
Fixed #32714 -- Prevented recreation of migration for Meta.ordering with Orde...
Simon Charette
2021-04-28
Fixed #32632, Fixed #32657 -- Removed flawed support for Subquery deconstruct...
Simon Charette
2021-04-20
Refs #25287 -- Added support for multiplying and dividing DurationField by sc...
Tobias Bengfort
2021-04-20
Removed unnecessary line in OrderBy.as_sql().
David Beitey
2021-03-29
Fixed #32585 -- Fixed Value() crash with DecimalField on SQLite.
Hasan Ramezani
2021-02-24
Fixed #32478 -- Included nested columns referenced by subqueries in GROUP BY ...
Simon Charette
2021-01-13
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2020-11-19
Fixed #32200 -- Fixed grouping by ExpressionWrapper() with Q objects.
Hasan Ramezani
2020-11-16
Fixed #31507 -- Added QuerySet.exists() optimizations to compound queries.
David-Wobrock
2020-10-28
Fixed #32143 -- Used EXISTS to exclude multi-valued relationships.
Simon Charette
2020-10-21
Fixed #32126 -- Fixed grouping by Case() annotation without cases.
Hannes Ljungberg
2020-10-14
Refs #32096 -- Fixed ExpressionWrapper crash with JSONField key transforms.
Mariusz Felisiak
2020-10-02
Fixed #32060 -- Added Random database function.
Nick Pope
2020-09-23
Fixed #31723 -- Fixed window functions crash with DecimalField on SQLite.
Hasan Ramezani
2020-08-31
Fixed #31919 -- Resolved output_field of IntegerField subclasses combinations.
Simon Charette
2020-08-13
Fixed #31792 -- Made Exists() reuse QuerySet.exists() optimizations.
Simon Charette
2020-07-15
Fixed #30446 -- Resolved Value.output_field for stdlib types.
Simon Charette
2020-07-14
Refs #25425 -- Allowed unresolved Value() instances to be compiled.
Simon Charette
2020-07-09
Fixed #31773 -- Fixed preserving output_field in ExpressionWrapper for combin...
Mariusz Felisiak
2020-07-01
Fixed #31755 -- Made temporal subtraction resolve output field.
Sergey Fedoseev
2020-07-01
Refs #28621 -- Fixed crash of annotations with nested OuterRef.
Sergey Fedoseev
2020-06-30
Fixed #28925 -- Fixed durations-only expressions crash on SQLite and MySQL.
Sergey Fedoseev
2020-06-30
Refs #28925 -- Simplified CombinedExpression.as_sql() a bit.
Sergey Fedoseev
2020-06-12
Fixed #31659 -- Made ExpressionWrapper preserve output_field for combined exp...
Mariusz Felisiak
2020-06-08
Fixed #31660 -- Fixed queryset crash when grouping by m2o relation.
Mariusz Felisiak
2020-06-03
Fixed #31651 -- Made ExpressionWrapper use grouping columns from wrapped expr...
Thodoris Sotiropoulos
2020-05-27
Fixed #31606 -- Allowed using condition with lookups in When() expression.
Ryan Heard
2020-05-19
Fixed #31607 -- Fixed evaluated Subquery equality.
Mariusz Felisiak
[next]