1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #24980 -- Fixed day determination in admin calendar widget.

This commit is contained in:
Alexander Gaevsky
2015-12-27 01:32:28 +02:00
committed by Tim Graham
parent b5f8c81ce1
commit 44930cc466
4 changed files with 55 additions and 4 deletions

View File

@@ -14,3 +14,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`).