Fixed #12877 - Typo in settings docs. Thanks Timo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12459 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
421f0195c1
commit
373be1ec1f
|
@ -1460,9 +1460,9 @@ THOUSAND_SEPARATOR
|
||||||
Default ``,`` (Comma)
|
Default ``,`` (Comma)
|
||||||
|
|
||||||
Default thousand separator used when formatting numbers. This setting is
|
Default thousand separator used when formatting numbers. This setting is
|
||||||
used only when ``NUMBER_GROUPPING`` is set.
|
used only when ``NUMBER_GROUPING`` is set.
|
||||||
|
|
||||||
See also ``NUMBER_GROUPPING``, ``DECIMAL_SEPARATOR``
|
See also ``NUMBER_GROUPING``, ``DECIMAL_SEPARATOR``
|
||||||
|
|
||||||
.. setting:: TIME_FORMAT
|
.. setting:: TIME_FORMAT
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue