This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
django
Watch
1
Star
0
Fork
You've already forked django
0
mirror of
https://github.com/django/django.git
synced
2025-11-17 02:24:22 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
058b38b43e
django
/
tests
/
aggregation
History
Download ZIP
Download TAR.GZ
Hasan Ramezani
10866a10fe
Fixed
#31377
-- Disabled grouping by aliases on QuerySet.values()/values_list() when they collide with field names.
...
Regression in
fb3f034f1c
. Thanks Holovashchenko Vadym for the report.
2020-03-25 09:13:46 +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
#30542
-- Fixed crash of numerical aggregations with filter.
2019-06-05 08:06:26 +02:00
tests.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