diff options
| author | Josh Smeaton <josh.smeaton@gmail.com> | 2015-03-31 16:58:37 +1100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-04-24 13:55:40 -0400 |
| commit | 143255c8bbefe03ff755d7859f029f0bc7a552aa (patch) | |
| tree | 78e82ede5c90277560e304a05a55b0636c779fc2 /docs/releases | |
| parent | 269a5dbdd37362e27b2bb3bf3a600ffd5ea2c3bb (diff) | |
Fixed #22598 -- Allowed make_aware() to work with ambiguous datetime
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.9.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 ^^^^^^^^^^^^^^^^^^^ |
