From 7e6d852bac4de2d5ed2d5ddeabf71482d644ef51 Mon Sep 17 00:00:00 2001 From: Loic Bistuer Date: Mon, 1 Jul 2013 21:48:14 +0700 Subject: Fixed #20663 -- "Today" and "now" admin shortcuts. Changed the shortcuts next to date and time intput widgets to account for the current timezone. Refs #7717, #14253 and #18768. --- docs/releases/1.7.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 6955ef2030..b5e0b27508 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -17,6 +17,19 @@ deprecation process for some features`_. What's new in Django 1.7 ======================== +Admin shortcuts support time zones +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The "today" and "now" shortcuts next to date and time input widgets in the +admin are now operating in the :ref:`current time zone +`. Previously, they used the browser time zone, +which could result in saving the wrong value when it didn't match the current +time zone on the server. + +In addition, the widgets now display a help message when the browser and +server time zone are different, to clarify how the value inserted in the field +will be interpreted. + Backwards incompatible changes in 1.7 ===================================== -- cgit v1.3