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 10:58:34 -0400
commite17088a108e604cad23b000a83189fdd02a8a2f9 (patch)
tree70f61609740d44bb8447151b9149bf3aeb570b30 /docs
parent4ab027b94409e6415b774797bf9d3593da9d9ea8 (diff)
Fixed #29213 -- Fixed autocomplete widget's translations for zh-hans/zh-hant.
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`).