Nick Pope
|
847f46e9bf
Removed redundant QuerySet.all() calls in docs and tests.
|
3 năm trước cách đây |
Mariusz Felisiak
|
7119f40c98
Refs #33476 -- Refactored code to strictly match 88 characters line length.
|
3 năm trước cách đây |
django-bot
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 năm trước cách đây |
Mariusz Felisiak
|
71e7c8e737
Fixed #33468 -- Fixed QuerySet.aggregate() after annotate() crash on aggregates with default.
|
3 năm trước cách đây |
Simon Charette
|
e5a92d400a
Fixed #33282 -- Fixed a crash when OR'ing subquery and aggregation lookups.
|
3 năm trước cách đây |
David Wobrock
|
ad36a198a1
Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_result_set_value.
|
3 năm trước cách đây |
David Wobrock
|
691486a5cf
Fixed #33073 -- Fixed queryset crash with aggregation and empty/extra queryset annotation.
|
3 năm trước cách đây |
Tim Graham
|
022d29c934
Refs #10929 -- Allowed NowUTC SQL customization for third-party backends.
|
3 năm trước cách đây |
Nick Pope
|
501a8db465
Fixed #10929 -- Added default argument to aggregates.
|
4 năm trước cách đây |
Simon Charette
|
9f3cce172f
Refs #26430 -- Re-introduced empty aggregation optimization.
|
3 năm trước cách đây |
Simon Charette
|
f3112fde98
Fixed #26430 -- Fixed coalesced aggregation of empty result sets.
|
3 năm trước cách đây |
Simon Charette
|
277eea8fcc
Fixed #32478 -- Included nested columns referenced by subqueries in GROUP BY on aggregations.
|
4 năm trước cách đây |
Hasan Ramezani
|
275dd4ebba
Fixed #32178 -- Allowed database backends to skip tests and mark expected failures.
|
4 năm trước cách đây |
Ian Foote
|
8b040e3cbb
Fixed #25534, Fixed #31639 -- Added support for transform references in expressions.
|
4 năm trước cách đây |
Hasan Ramezani
|
3f7b327562
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
|
4 năm trước cách đây |
Sicong
|
09e1ec71df
Fixed #32166 -- Removed redundant definition of Greatest in test_expression_on_aggregation.
|
4 năm trước cách đây |
Étienne Beaulé
|
509d9da26f
Fixed #26390 -- Disabled grouping by Random().
|
4 năm trước cách đây |
David Wobrock
|
058747b77a
Fixed #31880 -- Made QuerySet.aggregate() raise FieldError when aggregating over aggregation aliases.
|
4 năm trước cách đây |
Ahmad A. Hussein
|
493b26bbfc
Fixed #31888 -- Avoided module-level MySQL queries in tests.
|
4 năm trước cách đây |
Simon Charette
|
156a2138db
Refs #30446 -- Removed unnecessary Value(..., output_field) in docs and tests.
|
4 năm trước cách đây |
Simon Charette
|
1e38f1191d
Fixed #30446 -- Resolved Value.output_field for stdlib types.
|
5 năm trước cách đây |
Hasan Ramezani
|
10866a10fe
Fixed #31377 -- Disabled grouping by aliases on QuerySet.values()/values_list() when they collide with field names.
|
5 năm trước cách đây |
Mariusz Felisiak
|
aee0bebc2f
Refs #31331 -- Checked ONLY_FULL_GROUP_BY mode in AggregateTestCase.test_aggregation_subquery_annotation_multivalued().
|
5 năm trước cách đây |
Mariusz Felisiak
|
7b8fa1653f
Fixed #31150 -- Included subqueries that reference related fields in GROUP BY clauses.
|
5 năm trước cách đây |
Nick Pope
|
335c9c94ac
Simplified imports from django.db and django.contrib.gis.db.
|
5 năm trước cách đây |
Mariusz Felisiak
|
6b178a3e93
Fixed #31217 -- Made QuerySet.values()/values_list() group by not selected annotations with aggregations used in order_by().
|
5 năm trước cách đây |
Mariusz Felisiak
|
59b4e99dd0
Refs #31136 -- Made QuerySet.values()/values_list() group only by selected annotation.
|
5 năm trước cách đây |
Mariusz Felisiak
|
0f843fdd5b
Fixed #31136 -- Disabled grouping by aliases on QuerySet.values()/values_list().
|
5 năm trước cách đây |
Simon Charette
|
720de4d044
Fixed #31109 -- Disabled grouping by aliases on QuerySet.exists().
|
5 năm trước cách đây |
Simon Charette
|
5a4d7285bd
Fixed #31094 -- Included columns referenced by subqueries in GROUP BY on aggregations.
|
5 năm trước cách đây |