From 143255c8bbefe03ff755d7859f029f0bc7a552aa Mon Sep 17 00:00:00 2001 From: Josh Smeaton Date: Tue, 31 Mar 2015 16:58:37 +1100 Subject: Fixed #22598 -- Allowed make_aware() to work with ambiguous datetime --- docs/releases/1.9.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/releases') diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index c73d5bf209..7db2e4618f 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -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 ^^^^^^^^^^^^^^^^^^^ -- cgit v1.3