1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[1.11.x] Fixed #28355 -- Fixed widget rendering of non-ASCII date/time formats on Python 2.

This commit is contained in:
Tim Graham
2017-07-03 10:16:48 -04:00
parent 72026fff39
commit 81febf4def
3 changed files with 17 additions and 2 deletions

View File

@@ -9,4 +9,6 @@ Django 1.11.4 fixes several bugs in 1.11.3.
Bugfixes
========
* ...
* Fixed a regression in 1.11.3 on Python 2 where non-ASCII ``format`` values
for date/time widgets results in an empty ``value`` in the widget's HTML
(:ticket:`28355`).