1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Capitalized Unicode in docs, strings, and comments.

This commit is contained in:
Jon Dufresne
2020-04-18 07:46:05 -07:00
committed by Mariusz Felisiak
parent 3152146e3a
commit 505fec6bad
33 changed files with 41 additions and 41 deletions

View File

@@ -25,7 +25,7 @@ Bug fixes
* Added missing ``to_python`` method for ``ModelMultipleChoiceField`` which
is required in Django 1.6 to properly detect changes from initial values
(#21568).
* Fixed ``django.contrib.humanize`` translations where the unicode sequence
* Fixed ``django.contrib.humanize`` translations where the Unicode sequence
for the non-breaking space was returned verbatim (#21415).
* Fixed :djadmin:`loaddata` error when fixture file name contained any dots
not related to file extensions (#21457) or when fixture path was relative