From c5ebfda00226e3695cadbc13ea9ce4c5951d3ed0 Mon Sep 17 00:00:00 2001 From: Alex Hill Date: Wed, 3 Aug 2016 11:12:06 +0800 Subject: Fixed #27001 -- Fixed a query count regression in ModelChoiceField with RadioSelect. --- docs/releases/1.10.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.10.1.txt b/docs/releases/1.10.1.txt index 66ff4707f7..58619492a7 100644 --- a/docs/releases/1.10.1.txt +++ b/docs/releases/1.10.1.txt @@ -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`). -- cgit v1.3