summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorManatsawin Hanmongkolchai <manatsawin@gmail.com>2018-02-11 04:05:41 +0700
committerTim Graham <timograham@gmail.com>2018-02-10 16:06:03 -0500
commita1286b5a64bc56c3e33e53ffac0eefce76f3efdb (patch)
treec486f095c4f9b1211f04542e0b0b57c315379065 /docs
parent7b20d01a84ad5ac2da9b0604a736cbe174e900e0 (diff)
[2.0.x] Fixed #29109 -- Fixed the admin time picker widget for the Thai locale.
Backport of 1a1264f1494976c562c7cb832fe47f3e1e765b8f from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.0.3.txt4
1 files changed, 4 insertions, 0 deletions
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`).