diff options
| author | Loic Bistuer <loic.bistuer@sixmedia.com> | 2013-07-01 21:48:14 +0700 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-07-09 23:04:33 +0200 |
| commit | 7e6d852bac4de2d5ed2d5ddeabf71482d644ef51 (patch) | |
| tree | e9cc03c0625c328b87a9ec470e23af36807ac02e /docs | |
| parent | 404870ee1f0d15f6b81d0e0b059068b1f020b2f1 (diff) | |
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.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.txt | 13 |
1 files changed, 13 insertions, 0 deletions
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 +<default-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 ===================================== |
