diff options
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 ^^^^^^^^^^^^^^^^^^^ |
