summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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`).