django1/django/db/models/sql
Christian Klus 4ac2d4fa42 Fixed #32152 -- Fixed grouping by subquery aliases.
Regression in 42c08ee465.

Thanks Simon Charette for the review.
2020-10-29 09:56:09 +01:00
..
__init__.py Removed some outdated backwards compatibility imports and misleading comments. 2019-09-24 15:18:53 +02:00
compiler.py Fixed #32060 -- Added Random database function. 2020-10-02 06:58:03 +02:00
constants.py Fixed #31426 -- Added proper field validation to QuerySet.order_by(). 2020-04-06 10:19:49 +02:00
datastructures.py Refs #27149 -- Fixed sql.Query identity. 2020-10-28 07:21:53 +01:00
query.py Fixed #32152 -- Fixed grouping by subquery aliases. 2020-10-29 09:56:09 +01:00
subqueries.py Fixed #31233 -- Closed database connections and cursors after use. 2020-02-06 15:35:23 +01:00
where.py Fixed #32007 -- Fixed queryset crash with Q() annotation and aggregation. 2020-09-15 11:40:59 +02:00