summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSven Grunewaldt <strayer@olle-orks.org>2015-12-16 15:11:00 +0100
committerTim Graham <timograham@gmail.com>2015-12-17 14:35:40 -0500
commitbadeb56f833138fe637607fe3c7e4bfae3048e50 (patch)
tree0354cd1efb4e7a6b1b03feac17ffb43d572942ac /docs
parentff077cd6496b6f82195e2dc040f70e19e7c206c9 (diff)
[1.9.x] Fixed #25845 -- Fixed incorrect timezone warnings in custom admin templates.
Backport of 9af40f5df13801ffadcc5ded7440e4616123959f from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.1.txt4
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`).