Changed es_MX's THOUSAND_SEPARATOR to a comma.

This commit is contained in:
Alejandro Sánchez 2018-03-12 19:07:54 -07:00 committed by Tim Graham
parent d696fccae6
commit b639bcc250
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@ DATETIME_INPUT_FORMATS = [
'%d/%m/%y %H:%M',
]
DECIMAL_SEPARATOR = '.' # ',' is also official (less common): NOM-008-SCFI-2002
THOUSAND_SEPARATOR = '\xa0' # non-breaking space
THOUSAND_SEPARATOR = ','
NUMBER_GROUPING = 3