summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorBouke Haarsma <bouke@webatoom.nl>2013-11-05 10:54:23 +0100
committerBaptiste Mispelon <bmispelon@gmail.com>2013-11-05 19:26:58 +0100
commite5e044da87800feb6ef63fef1765d8c05022d926 (patch)
tree90b25f2aa84598ccbf82eb49dcbcf9f919630568 /docs/internals
parent76da053641e52db540801e18b362497c01e9bb1d (diff)
Fixed #18419 -- Full backwards compatibility for old language codes
Improved documentation about zh-* deprecation and upgrade path. Thanks to Baptiste Mispelon for the code reviews.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index c63724f4bb..eb7df979de 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -476,8 +476,8 @@ these changes.
* The class ``django.utils.datastructures.MergeDict`` will be removed.
-* The ``zh_CN`` and ``zh_TW`` language codes will be removed and have been
- replaced by the ``zh_Hans`` and ``zh_Hant`` language code respectively.
+* The ``zh-cn`` and ``zh-tw`` language codes will be removed and have been
+ replaced by the ``zh-hans`` and ``zh-hant`` language code respectively.
2.0
---