summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-09-17 11:11:10 -0400
committerTim Graham <timograham@gmail.com>2014-09-17 11:11:10 -0400
commit023a3d99156b458e0a8b0cb039aeca485066be07 (patch)
tree819fb8a115e8241a5b26ab35010e5214ff5b35e4 /docs
parent0eb5cde9da3252fbdbbb59ae6e421ca04814ad3c (diff)
Updated release notes for backporting locale additions; refs #23368 and #23417.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.1.txt3
-rw-r--r--docs/releases/1.8.txt3
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt
index 0c1d64e810..4c04f695ec 100644
--- a/docs/releases/1.7.1.txt
+++ b/docs/releases/1.7.1.txt
@@ -51,3 +51,6 @@ Bugfixes
a backwards or no-op migration (:ticket:`23474`).
* Restored the ability to deepcopy ``F`` objects (:ticket:`23492`).
+
+* Formats for Welsh (``cy``) and several Chinese locales (``zh_CN``,
+ ``zh_Hans``, ``zh_Hant`` and ``zh_TW``) have been added.
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt
index 13578c52cf..f642d08f07 100644
--- a/docs/releases/1.8.txt
+++ b/docs/releases/1.8.txt
@@ -226,9 +226,6 @@ Internationalization
reusable apps. It also allows overriding those custom formats in your main
Django project.
-* Formats for Welsh (``cy``) and several Chinese locales (``zh_CN``,
- ``zh_Hans``, ``zh_Hant`` and ``zh_TW``) have been added.
-
Management Commands
^^^^^^^^^^^^^^^^^^^