From a1286b5a64bc56c3e33e53ffac0eefce76f3efdb Mon Sep 17 00:00:00 2001 From: Manatsawin Hanmongkolchai Date: Sun, 11 Feb 2018 04:05:41 +0700 Subject: [2.0.x] Fixed #29109 -- Fixed the admin time picker widget for the Thai locale. Backport of 1a1264f1494976c562c7cb832fe47f3e1e765b8f from master --- docs/releases/2.0.3.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.0.3.txt b/docs/releases/2.0.3.txt index 4fbca2e247..277cab7573 100644 --- a/docs/releases/2.0.3.txt +++ b/docs/releases/2.0.3.txt @@ -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`). -- cgit v1.3