mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #34992 -- Fixed DatabaseFeatures.allows_group_by_selected_pks on MariaDB with ONLY_FULL_GROUP_BY sql mode.
Regression in 041551d716.
This commit is contained in:
committed by
Mariusz Felisiak
parent
0203771b62
commit
0257426fe1
@@ -27,3 +27,7 @@ Bugfixes
|
||||
|
||||
* Fixed a regression in Django 4.2 where checkboxes in the admin would be
|
||||
centered on narrower screen widths (:ticket:`34994`).
|
||||
|
||||
* Fixed a regression in Django 4.2 that caused a crash of querysets with
|
||||
aggregations on MariaDB when the ``ONLY_FULL_GROUP_BY`` SQL mode was enabled
|
||||
(:ticket:`34992`).
|
||||
|
||||
Reference in New Issue
Block a user