1
0
mirror of https://github.com/django/django.git synced 2025-10-24 14:16:09 +00:00

Fixed #25920 -- Added support for non-uniform NUMBER_GROUPING.

This commit is contained in:
jasisz
2016-06-02 12:13:47 -07:00
committed by Tim Graham
parent 46338296aa
commit b5a1c3a6f5
4 changed files with 49 additions and 5 deletions

View File

@@ -166,7 +166,8 @@ Generic Views
Internationalization
~~~~~~~~~~~~~~~~~~~~
* ...
* Number formatting and the :setting:`NUMBER_GROUPING` setting support
non-uniform digit grouping.
Management Commands
~~~~~~~~~~~~~~~~~~~