mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #26897 -- Fixed makemessages crash on Python 2 with non-ASCII file names
Thanks Tim Graham for the review.
This commit is contained in:
@@ -12,3 +12,6 @@ Bugfixes
|
||||
* Fixed missing ``varchar/text_pattern_ops`` index on ``CharField`` and
|
||||
``TextField`` respectively when using ``AddField`` on PostgreSQL
|
||||
(:ticket:`26889`).
|
||||
|
||||
* Fixed ``makemessages`` crash on Python 2 with non-ASCII file names
|
||||
(:ticket:`26897`).
|
||||
|
||||
Reference in New Issue
Block a user