Fixed #24382 -- Allowed unicode chars inside formatted numbers

Thanks Jacob Rief for the report and Tim Graham for the review.
This commit is contained in:
Claude Paroz 2015-03-09 17:56:13 +01:00
parent ea9157f681
commit df193b3cef
2 changed files with 17 additions and 0 deletions

View file

@ -1,3 +1,5 @@
from __future__ import unicode_literals
from decimal import Decimal
from django.conf import settings