This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-03-03 13:34:26 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
aggregation
History
Mariusz Felisiak
71e7c8e737
Fixed
#33468
-- Fixed QuerySet.aggregate() after annotate() crash on aggregates with default.
...
Thanks Adam Johnson for the report.
2022-01-31 11:33:24 +01:00
..
__init__.py
…
models.py
Fixed
#31377
-- Disabled grouping by aliases on QuerySet.values()/values_list() when they collide with field names.
2020-03-25 09:13:46 +01:00
test_filter_argument.py
Fixed
#33262
-- Fixed crash of conditional aggregation on Exists().
2021-11-04 06:31:32 +01:00
tests.py
Fixed
#33468
-- Fixed QuerySet.aggregate() after annotate() crash on aggregates with default.
2022-01-31 11:33:24 +01:00