mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[5.0.x] Fixed #34992 -- Fixed DatabaseFeatures.allows_group_by_selected_pks on MariaDB with ONLY_FULL_GROUP_BY sql mode.
Regression in041551d716. Backport of0257426fe1from main
This commit is contained in:
committed by
Mariusz Felisiak
parent
4c74dff759
commit
d9ba8fa397
@@ -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