mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #34466 -- Reallowed setting cursor_factory in DATABASES["options"] on PostgreSQL.
Regression in 09ffc5c121.
This commit is contained in:
committed by
Mariusz Felisiak
parent
9daf8b4109
commit
73cbb372ba
@@ -18,3 +18,7 @@ Bugfixes
|
||||
|
||||
* Fixed a regression in Django 4.2 that caused aggregation over query that
|
||||
uses explicit grouping to group against the wrong columns (:ticket:`34464`).
|
||||
|
||||
* Reallowed, following a regression in Django 4.2, setting the
|
||||
``"cursor_factory"`` option in :setting:`OPTIONS` on PostgreSQL
|
||||
(:ticket:`34466`).
|
||||
|
||||
Reference in New Issue
Block a user