From bde814142a933bd96c3fa54a64cb1f74a575bb38 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 6 Apr 2017 17:34:00 +0200 Subject: Fixed #22654 -- Broken decimal validation --- docs/releases/2.0.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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 ~~~~~~~~~~~~~ -- cgit v1.3