From 87dc0844a634360182bcb74d491508111ef8a652 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 14 Mar 2018 11:28:18 -0400 Subject: Fixed #29200 -- Fixed label rendering when using RadioSelect and CheckboxSelectMultiple with MultiWidget. --- docs/releases/2.1.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.1.txt b/docs/releases/2.1.txt index b22f27dcd7..aa4c6b14a4 100644 --- a/docs/releases/2.1.txt +++ b/docs/releases/2.1.txt @@ -310,6 +310,15 @@ If you want to continue to allow those passwords to be used, you'll have to define the :setting:`PASSWORD_HASHERS` setting (if you don't already) and include ``'django.contrib.auth.hashers.BCryptPasswordHasher'``. +Moved ``wrap_label`` widget template context variable +----------------------------------------------------- + +To fix the lack of ``