summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
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
---