mirror of
https://github.com/django/django.git
synced 2025-02-19 22:04:31 +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.