The Vulnerability History Project
Vulnerabilities
Insights
Curate
Tags
All
Projects
CWEs
Languages
Lessons
Severities
Subsystems
More
News
Projects We Study
How to Contribute
By the Numbers
About Us
Toggle Theme
Warning: Our website does not support Internet Explorer, please use Edge instead.
Fixed #28658 -- Added DISTINCT handling to the Aggregate class.
by
Logan the Sea Lion 2019-01-09 22:52:36 UTC
commit bc05547cd8c1dd511c6b6a6c873a1bc63417b111
Django
VCC
DeLimiting My Access CVE-2020-7471
django/contrib/postgres/aggregates/general.py
+6
-4
django/db/backends/sqlite3/operations.py
-5
django/db/models/aggregates.py
+12
-14
docs/ref/models/expressions.txt
+1
-18
docs/releases/2.2.txt
-7
tests/aggregation/tests.py
+2
-2
tests/aggregation_regress/tests.py
-11
tests/backends/sqlite/tests.py
-12
tests/expressions/tests.py
+3
-10
expand_less