Fixed #27001 -- Fixed a query count regression in ModelChoiceField with RadioSelect.

This commit is contained in:
Alex Hill 2016-08-03 11:12:06 +08:00 committed by Tim Graham
parent 4e64e3bb6e
commit c5ebfda002
3 changed files with 16 additions and 2 deletions

View file

@ -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`).