Kaydet (Commit) 0f46bc67 authored tarafından Tim Graham's avatar Tim Graham Kaydeden (comit) GitHub

Fixed #27735 -- Doc'd form widget l10n change (refs #15667).

üst b5511ddd
......@@ -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
-------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment