mirror of
https://github.com/django/django.git
synced 2025-03-09 08:52:32 +00:00
For languages with non-breaking space as thousand separator, standard space input should also be allowed, as few people know how to enter non-breaking space on keyboards. Refs #17217. Thanks Alexey Boriskin for the report and initial patch.