mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Changed various non-breaking space characters from [17478] to use the code representation rather than the actual character, which is too hard to overlook because it just looks like a space
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17542 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
2a1a0f47bb
commit
c1bdfd6f6f
10 changed files with 10 additions and 11 deletions
|
@ -178,7 +178,7 @@ To customize the English formats, a structure like this would be needed::
|
|||
|
||||
where :file:`formats.py` contains custom format definitions. For example::
|
||||
|
||||
THOUSAND_SEPARATOR = u' '
|
||||
THOUSAND_SEPARATOR = u'\xa0'
|
||||
|
||||
to use a non-breaking space (Unicode ``00A0``) as a thousand separator,
|
||||
instead of the default for English, a comma.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue