From e5e044da87800feb6ef63fef1765d8c05022d926 Mon Sep 17 00:00:00 2001 From: Bouke Haarsma Date: Tue, 5 Nov 2013 10:54:23 +0100 Subject: 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. --- docs/internals/deprecation.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/internals') 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 --- -- cgit v1.3