diff --git a/django/conf/locale/es/formats.py b/django/conf/locale/es/formats.py index ff9690bb5ed..f2716bb0f17 100644 --- a/django/conf/locale/es/formats.py +++ b/django/conf/locale/es/formats.py @@ -26,5 +26,5 @@ DATETIME_INPUT_FORMATS = [ "%d/%m/%y %H:%M", ] DECIMAL_SEPARATOR = "," -THOUSAND_SEPARATOR = "." +THOUSAND_SEPARATOR = "\xa0" # non-breaking space NUMBER_GROUPING = 3