mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #25845 -- Fixed incorrect timezone warnings in custom admin templates.
This commit is contained in:
committed by
Tim Graham
parent
d91cc25a2a
commit
9af40f5df1
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user