1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #20601 -- Allowed forcing format with thousand separators in floatformat filter.

Thanks Claude Paroz and Nick Pope for reviews.
This commit is contained in:
Jacob Walls
2020-10-11 23:34:32 -04:00
committed by Mariusz Felisiak
parent e18156b6c3
commit ac6c426007
5 changed files with 74 additions and 3 deletions

View File

@@ -367,7 +367,8 @@ Signals
Templates
~~~~~~~~~
* ...
* :tfilter:`floatformat` template filter now allows using the ``g`` suffix to
force grouping by the :setting:`THOUSAND_SEPARATOR` for the active locale.
Tests
~~~~~