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:
committed by
Mariusz Felisiak
parent
e18156b6c3
commit
ac6c426007
@@ -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
|
||||
~~~~~
|
||||
|
||||
Reference in New Issue
Block a user