mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed #25845 -- Fixed incorrect timezone warnings in custom admin templates.
This commit is contained in:
parent
d91cc25a2a
commit
9af40f5df1
3 changed files with 10 additions and 2 deletions
|
@ -46,3 +46,7 @@ Bugfixes
|
|||
|
||||
* Fixed ``TypedChoiceField`` change detection with nullable fields
|
||||
(:ticket:`25942`).
|
||||
|
||||
* Fixed incorrect timezone warnings in custom admin templates that don't have
|
||||
a ``data-admin-utc-offset`` attribute in the ``body`` tag.
|
||||
(:ticket:`25845`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue