diff options
| author | Manatsawin Hanmongkolchai <manatsawin@gmail.com> | 2018-02-11 04:05:41 +0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-02-10 16:05:41 -0500 |
| commit | 1a1264f1494976c562c7cb832fe47f3e1e765b8f (patch) | |
| tree | eb93215f6862f9402695fcc6452e3595edec8c03 /docs/releases/2.0.3.txt | |
| parent | b832de869eb6a7ada946bbe1c1a8228e153e254a (diff) | |
Fixed #29109 -- Fixed the admin time picker widget for the Thai locale.
Diffstat (limited to 'docs/releases/2.0.3.txt')
| -rw-r--r-- | docs/releases/2.0.3.txt | 4 |
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`). |
