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

Fixed #22598 -- Allowed make_aware() to work with ambiguous datetime

This commit is contained in:
Josh Smeaton
2015-03-31 16:58:37 +11:00
committed by Tim Graham
parent 269a5dbdd3
commit 143255c8bb
4 changed files with 59 additions and 5 deletions

View File

@@ -159,6 +159,9 @@ Internationalization
* The :func:`django.views.i18n.javascript_catalog` view now works correctly
if used multiple times with different configurations on the same page.
* The :func:`django.utils.timezone.make_aware` function gained an ``is_dst``
argument to help resolve ambiguous times during DST transitions.
Management Commands
^^^^^^^^^^^^^^^^^^^