mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed #27001 -- Fixed a query count regression in ModelChoiceField with RadioSelect.
This commit is contained in:
parent
4e64e3bb6e
commit
c5ebfda002
3 changed files with 16 additions and 2 deletions
|
@ -20,3 +20,6 @@ Bugfixes
|
|||
|
||||
* Fixed a checks framework crash with an empty ``Meta.default_permissions``
|
||||
(:ticket:`26997`).
|
||||
|
||||
* Fixed a regression in the number of queries when using ``RadioSelect`` with a
|
||||
``ModelChoiceField`` form field (:ticket:`27001`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue