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-08-03 18:38:50 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
eaf9764d3b
django
/
tests
/
annotations
History
Download ZIP
Download TAR.GZ
Mariusz Felisiak
eaf9764d3b
Fixed
#32007
-- Fixed queryset crash with Q() annotation and aggregation.
...
Thanks Gordon Wrigley for the report. Regression in
8a6df55f2d
.
2020-09-15 11:40:59 +02:00
..
__init__.py
Fixed
#14030
-- Allowed annotations to accept all expressions
2014-11-15 14:00:43 +00:00
models.py
Removed unused __str__() methods in tests models.
2020-04-30 09:13:23 +02:00
tests.py
Fixed
#32007
-- Fixed queryset crash with Q() annotation and aggregation.
2020-09-15 11:40:59 +02:00