summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/conf/locale/pl/formats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/locale/pl/formats.py b/django/conf/locale/pl/formats.py
index 582092d620..1c538b26ab 100644
--- a/django/conf/locale/pl/formats.py
+++ b/django/conf/locale/pl/formats.py
@@ -33,5 +33,5 @@ DATETIME_INPUT_FORMATS = (
'%Y-%m-%d', # '2006-10-25'
)
DECIMAL_SEPARATOR = ','
-THOUSAND_SEPARATOR = ' '
+THOUSAND_SEPARATOR = u' '
NUMBER_GROUPING = 3