summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2016-01-06 18:33:29 +0100
committerClaude Paroz <claude@2xlibre.net>2016-01-06 20:34:45 +0100
commit61437dd0a0a2592430ca912706524ffc0226f780 (patch)
tree2b7fbbc8c932f207464ef2c4cf4a48dfb65ab669 /docs
parent7688089e0fea41a1acf71a33de82fa1b63fa8be4 (diff)
[1.8.x] Fixed #26046 -- Fixed a crash with translations and Django-unknown language code
Thanks Jens Lundstrom for the report and Tim Graham for the review. Backport of 632a9f21bc from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.9.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.9.txt b/docs/releases/1.8.9.txt
index be3b719b1e..823bd9b3eb 100644
--- a/docs/releases/1.8.9.txt
+++ b/docs/releases/1.8.9.txt
@@ -11,3 +11,6 @@ Bugfixes
* Fixed a regression that caused the "user-tools" items to display on the
admin's logout page (:ticket:`26035`).
+
+* Fixed a crash in the translations system when the current language has no
+ translations (:ticket:`26046`).