summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authordzhuang <dzhuang.scut@gmail.com>2018-03-13 00:50:43 +0800
committerTim Graham <timograham@gmail.com>2018-03-13 11:09:31 -0400
commit59f39ccad8478c091161bf54046cd7b774614e62 (patch)
tree03fe1ee6522615e02545412c6a33cab451b7f941 /docs
parent172e5132ba1aec505a55ee3d2ca6486f0351b2cd (diff)
[2.0.x] Fixed #29213 -- Fixed autocomplete widget's translations for zh-hans/zh-hant.
Backport of e17088a108e604cad23b000a83189fdd02a8a2f9 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.0.4.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.0.4.txt b/docs/releases/2.0.4.txt
index 222b2360a5..ce7a495a6d 100644
--- a/docs/releases/2.0.4.txt
+++ b/docs/releases/2.0.4.txt
@@ -11,3 +11,6 @@ Bugfixes
* Fixed a crash when filtering with an ``Exists()`` annotation of a queryset
containing a single field (:ticket:`29195`).
+
+* Fixed admin autocomplete widget's translations for `zh-hans` and `zh-hant`
+ languages (:ticket:`29213`).