summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRaphael Michel <mail@raphaelmichel.de>2017-04-06 17:34:00 +0200
committerFlorian Apolloner <apollo13@users.noreply.github.com>2017-04-07 12:45:08 +0200
commitbde814142a933bd96c3fa54a64cb1f74a575bb38 (patch)
treeb235a8ee4f10513f9c2782a16a122cca91137249 /docs
parentfd892f3443fe9a35684b7b798a8fe1b07d118e3c (diff)
Fixed #22654 -- Broken decimal validation
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.0.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt
index f21d53cd8a..4babd84773 100644
--- a/docs/releases/2.0.txt
+++ b/docs/releases/2.0.txt
@@ -157,6 +157,10 @@ Forms
HTML attributes for the ``DateInput`` and ``TimeInput`` (or hidden)
subwidgets.
+* :class:`~django.forms.FloatField` and :class:`~django.forms.DecimalField`
+ now handle :setting:`DECIMAL_SEPARATOR` and :setting:`THOUSAND_SEPARATOR`
+ correctly when :setting:`USE_L10N` is off.
+
Generic Views
~~~~~~~~~~~~~