django1/django/db/models/sql
Simon Charette c6350d594c Refs #30158 -- Removed alias argument for Expression.get_group_by_cols().
Recent refactors allowed GROUP BY aliasing allowed for aliasing to be
entirely handled by the sql.Query.set_group_by and compiler layers.
2022-10-06 12:04:00 +02:00
..
__init__.py Fixed #29865 -- Added logical XOR support for Q() and querysets. 2022-03-04 12:55:37 +01:00
compiler.py Refs #31150 -- Enabled implicit GROUP BY aliases. 2022-10-06 11:51:32 +02:00
constants.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
datastructures.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
query.py Refs #30158 -- Removed alias argument for Expression.get_group_by_cols(). 2022-10-06 12:04:00 +02:00
subqueries.py Fixed #33618 -- Fixed MTI updates outside of primary key chain. 2022-04-07 07:54:56 +02:00
where.py Refs #30158 -- Removed alias argument for Expression.get_group_by_cols(). 2022-10-06 12:04:00 +02:00