summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt
index 3c2a35b149..831edc5d10 100644
--- a/docs/releases/1.9.txt
+++ b/docs/releases/1.9.txt
@@ -162,6 +162,10 @@ Internationalization
* The :func:`django.utils.timezone.make_aware` function gained an ``is_dst``
argument to help resolve ambiguous times during DST transitions.
+* You can now use locale variants supported by gettext. These are usually used
+ for languages which can be written in different scripts, for example Latin
+ and Cyrillic (e.g. ``be@latin``).
+
Management Commands
^^^^^^^^^^^^^^^^^^^