mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[4.1.x] Fixed #34025 -- Fixed selecting ModelAdmin.autocomplete_fields after adding/changing related instances via popups.
Regression inc72f6f36c1. Thanks Alexandre da Silva for the report. Backport of9976f3d4b8from main
This commit is contained in:
committed by
Mariusz Felisiak
parent
4f7fc378a1
commit
33d9247c8b
@@ -23,3 +23,7 @@ Bugfixes
|
||||
* Fixed a regression in Django 4.1 that caused a
|
||||
``QuerySet.values()/values_list()`` crash on ``ArrayAgg()`` and
|
||||
``JSONBAgg()`` (:ticket:`34016`).
|
||||
|
||||
* Fixed a bug in Django 4.1 that caused :attr:`.ModelAdmin.autocomplete_fields`
|
||||
to be incorrectly selected after adding/changing related instances via popups
|
||||
(:ticket:`34025`).
|
||||
|
||||
Reference in New Issue
Block a user