diff options
| author | Sven Grunewaldt <strayer@olle-orks.org> | 2015-12-16 15:11:00 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-17 14:35:13 -0500 |
| commit | 9af40f5df13801ffadcc5ded7440e4616123959f (patch) | |
| tree | 902fefdf49fe11df899826fbee2e05f822f9d76a /docs | |
| parent | d91cc25a2a43cb2526943dc2285ffe59e38fabfd (diff) | |
Fixed #25845 -- Fixed incorrect timezone warnings in custom admin templates.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.9.1.txt b/docs/releases/1.9.1.txt index 20fd723d2b..2e1aa7cbb1 100644 --- a/docs/releases/1.9.1.txt +++ b/docs/releases/1.9.1.txt @@ -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`). |
