summaryrefslogtreecommitdiff
path: root/docs/releases/1.9.2.txt
diff options
context:
space:
mode:
authorAlexander Gaevsky <sasha@sasha0.ru>2015-12-27 01:32:28 +0200
committerTim Graham <timograham@gmail.com>2016-01-07 11:13:05 -0500
commit44930cc4667268c20493d7e97387db2a97d61a26 (patch)
tree97e62d23e9cebb7322fc0db453439e8deb57b00a /docs/releases/1.9.2.txt
parentb5f8c81ce18528ecf7cb4605dca864c961da9373 (diff)
downloaddjango-44930cc4667268c20493d7e97387db2a97d61a26.tar.gz
Fixed #24980 -- Fixed day determination in admin calendar widget.
Diffstat (limited to 'docs/releases/1.9.2.txt')
-rw-r--r--docs/releases/1.9.2.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.9.2.txt b/docs/releases/1.9.2.txt
index f486d00311..375fe3edaa 100644
--- a/docs/releases/1.9.2.txt
+++ b/docs/releases/1.9.2.txt
@@ -17,3 +17,7 @@ Bugfixes
* Fixed a crash in the translations system when the current language has no
translations (:ticket:`26046`).
+
+* Fixed a regression that caused the incorrect day to be selected when opening
+ the admin calendar widget for timezones from GMT+0100 to GMT+1200
+ (:ticket:`24980`).