django1/django/db
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
..
backends Refs #33308 -- Enabled explicit GROUP BY and ORDER BY aliases. 2022-10-06 09:34:31 +02:00
migrations Fixed #34050 -- Replaced invalid chars in migration names with '_'. 2022-09-27 08:02:51 +02:00
models Refs #30158 -- Removed alias argument for Expression.get_group_by_cols(). 2022-10-06 12:04:00 +02:00
__init__.py Prevented initialization of unused database connections. 2022-03-17 07:40:57 +01:00
transaction.py Fixed #23353 -- Used "raise from" when raising TransactionManagementError. 2022-10-03 06:08:54 +02:00
utils.py Added backward compatibility test for ConnectionHandler.databases property. 2022-05-13 12:01:07 +02:00