index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
models
/
expressions.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed #32143 -- Used EXISTS to exclude multi-valued relationships.
Simon Charette
2020-10-28
1
-5
/
+4
*
Fixed #32126 -- Fixed grouping by Case() annotation without cases.
Hannes Ljungberg
2020-10-21
1
-0
/
+5
*
Refs #32096 -- Fixed ExpressionWrapper crash with JSONField key transforms.
Mariusz Felisiak
2020-10-14
1
-1
/
+1
*
Fixed #32060 -- Added Random database function.
Nick Pope
2020-10-02
1
-10
/
+0
*
Fixed #31723 -- Fixed window functions crash with DecimalField on SQLite.
Hasan Ramezani
2020-09-23
1
-1
/
+11
*
Fixed #31919 -- Resolved output_field of IntegerField subclasses combinations.
Simon Charette
2020-08-31
1
-0
/
+1
*
Fixed #31792 -- Made Exists() reuse QuerySet.exists() optimizations.
Simon Charette
2020-08-13
1
-3
/
+1
*
Fixed #30446 -- Resolved Value.output_field for stdlib types.
Simon Charette
2020-07-15
1
-7
/
+59
*
Refs #25425 -- Allowed unresolved Value() instances to be compiled.
Simon Charette
2020-07-14
1
-0
/
+4
*
Fixed #31773 -- Fixed preserving output_field in ExpressionWrapper for combin...
Mariusz Felisiak
2020-07-09
1
-4
/
+3
*
Fixed #31755 -- Made temporal subtraction resolve output field.
Sergey Fedoseev
2020-07-01
1
-19
/
+24
*
Refs #28621 -- Fixed crash of annotations with nested OuterRef.
Sergey Fedoseev
2020-07-01
1
-0
/
+2
*
Fixed #28925 -- Fixed durations-only expressions crash on SQLite and MySQL.
Sergey Fedoseev
2020-06-30
1
-22
/
+16
*
Refs #28925 -- Simplified CombinedExpression.as_sql() a bit.
Sergey Fedoseev
2020-06-30
1
-10
/
+10
*
Fixed #31659 -- Made ExpressionWrapper preserve output_field for combined exp...
Mariusz Felisiak
2020-06-12
1
-0
/
+3
*
Fixed #31660 -- Fixed queryset crash when grouping by m2o relation.
Mariusz Felisiak
2020-06-08
1
-1
/
+3
*
Fixed #31651 -- Made ExpressionWrapper use grouping columns from wrapped expr...
Thodoris Sotiropoulos
2020-06-03
1
-0
/
+3
*
Fixed #31606 -- Allowed using condition with lookups in When() expression.
Ryan Heard
2020-05-27
1
-2
/
+5
*
Fixed #31607 -- Fixed evaluated Subquery equality.
Mariusz Felisiak
2020-05-19
1
-1
/
+8
*
Fixed #31584 -- Fixed crash when chaining values()/values_list() after Exists...
Mariusz Felisiak
2020-05-14
1
-1
/
+2
*
Fixed #31415 -- Fixed crash when nested OuterRef is used with operators or in...
Hasan Ramezani
2020-04-04
1
-0
/
+3
*
Fixed #31396 -- Added binary XOR operator to F expressions.
Hannes Ljungberg
2020-03-25
1
-0
/
+4
*
Fixed #31376 -- Optimized nulls ordering when possible on SQLite and MySQL.
Simon Charette
2020-03-18
1
-2
/
+6
*
Fixed #31150 -- Included subqueries that reference related fields in GROUP BY...
Mariusz Felisiak
2020-03-03
1
-1
/
+14
*
Fixed #31251 -- Disabled grouping by OuterRef() annotation.
Rohit
2020-02-27
1
-0
/
+3
*
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-02-04
1
-2
/
+1
*
Fixed #31094 -- Included columns referenced by subqueries in GROUP BY on aggr...
Simon Charette
2019-12-19
1
-1
/
+1
*
Refs #11964 -- Removed SimpleCol in favor of Query(alias_cols).
Simon Charette
2019-11-21
1
-42
/
+12
*
Refs #13312 -- Simplified handling of nulls ordering on MySQL.
Nick Pope
2019-11-04
1
-20
/
+9
*
Refs #13312 -- Removed unnecessary IF wrapping in nulls_last handling on MySQL.
Simon Charette
2019-10-31
1
-1
/
+1
*
Fixed #30860 -- Disabled unneeded NULLS FIRST/LAST workaround on SQLite 3.30+.
Simon Charette
2019-10-09
1
-4
/
+5
*
Fixed #30651 -- Made __eq__() methods return NotImplemented for not implement...
ElizabethU
2019-10-01
1
-1
/
+3
*
Refs #25367 -- Simplified OrderBy and Lookup by using Case() instead of RawSQ...
Mariusz Felisiak
2019-08-29
1
-5
/
+5
*
Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().
Matthew Schinckel
2019-08-29
1
-1
/
+15
*
Fixed #30727 -- Made Subquery pickle without evaluating their QuerySet.
Andrew Brown
2019-08-27
1
-0
/
+5
*
Refs #25367 -- Moved Oracle Exists() handling to contextual methods.
Simon Charette
2019-08-13
1
-6
/
+18
*
Refs #25367 -- Moved select_format hook to BaseExpression.
Simon Charette
2019-08-13
1
-0
/
+7
*
Refs #24793 -- Removed bogus connection argument from SQLCompiler.compile() c...
Simon Charette
2019-08-12
1
-2
/
+2
*
Fixed #30668 -- Made QuerySet.filter() raise NotSupportedError if any of sour...
aaktsipetrov
2019-08-02
1
-2
/
+0
*
Fixed #28289 -- Fixed crash of RawSQL annotations on inherited model fields.
can
2019-07-11
1
-0
/
+10
*
Fixed #30628 -- Adjusted expression identity to differentiate bound fields.
Simon Charette
2019-07-10
1
-1
/
+4
*
Fixed #30548 -- Improved exception when expression contains mixed types.
CruxBox
2019-06-10
1
-2
/
+9
*
Fixed #28621 -- Fixed crash of annotations with OuterRef.
Mariusz Felisiak
2019-03-27
1
-0
/
+2
*
Removed obsolete Lookup hook to prepare rhs expressions.
Simon Charette
2019-03-21
1
-10
/
+0
*
Refs #27149, #29542 -- Simplified subquery parentheses wrapping logic.
Simon Charette
2019-03-21
1
-12
/
+2
*
Refs #27149 -- Moved subquery expression resolving to Query.
Simon Charette
2019-03-21
1
-53
/
+11
*
Refs #27149 -- Made Subquery store Query instead of Queryset.
Simon Charette
2019-03-21
1
-23
/
+22
*
Fixed #30158 -- Avoided unnecessary subquery group by on aggregation.
Simon Charette
2019-03-21
1
-0
/
+5
*
Refs #30158 -- Added alias argument to Expression.get_group_by_cols().
Simon Charette
2019-03-21
1
-10
/
+10
*
Fixed #30027 -- Errored out on Window function usage if unsupported.
Simon Charette
2019-02-09
1
-0
/
+3
[prev]
[next]