Fixed #29109 -- Fixed the admin time picker widget for the Thai locale.

This commit is contained in:
Manatsawin Hanmongkolchai 2018-02-11 04:05:41 +07:00 committed by Tim Graham
parent b832de869e
commit 1a1264f149
3 changed files with 23 additions and 2 deletions

View file

@ -11,3 +11,7 @@ Bugfixes
* Fixed a regression that caused sliced ``QuerySet.distinct().order_by()``
followed by ``count()`` to crash (:ticket:`29108`).
* Prioritized the datetime and time input formats without ``%f`` for the Thai
locale to fix the admin time picker widget displaying "undefined"
(:ticket:`29109`).