mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #29109 -- Fixed the admin time picker widget for the Thai locale.
This commit is contained in:
parent
b832de869e
commit
1a1264f149
3 changed files with 23 additions and 2 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue