summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt
index 84f5f749b5..f47e9d3b20 100644
--- a/docs/releases/1.11.txt
+++ b/docs/releases/1.11.txt
@@ -579,6 +579,11 @@ Some undocumented classes in ``django.forms.widgets`` are removed:
The ``Widget.format_output()`` method is removed. Use a custom widget template
instead.
+Some widget values, such as ``<select>`` options, are now localized if
+``settings.USE_L10N=True``. You could revert to the old behavior with custom
+widget templates that uses the :ttag:`localize` template tag to turn off
+localization.
+
``django.Template.render()`` prohibits non-dict context
-------------------------------------------------------