summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2015-12-18 17:00:53 +0100
committerClaude Paroz <claude@2xlibre.net>2015-12-18 17:51:52 +0100
commitf0a4ff2b118cbc3b7f9ac28a7d9e355288b546c0 (patch)
tree0dc6a9f49c22ef399caea23234ba9aab4e4ce82a /docs
parent12b0d070d993174ba7918a9a2e886bbdd7252401 (diff)
[1.9.x] Fixed #25915 -- Allowed language not in Django's default LANGUAGES
This fixes a regression introduced by a5f6cbce07. Thanks Gavin Wahl for the report and Tim Graham for the review. Backport of cd3c042b0 from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.8.txt3
-rw-r--r--docs/releases/1.9.1.txt3
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/1.8.8.txt b/docs/releases/1.8.8.txt
index 6ba76d71cb..e35ed250f5 100644
--- a/docs/releases/1.8.8.txt
+++ b/docs/releases/1.8.8.txt
@@ -37,3 +37,6 @@ Bugfixes
* Fixed a state bug when using an ``AlterModelManagers`` operation
(:ticket:`25852`).
+
+* Fixed a regression which prevented using a language not in Django's default
+ language list (:setting:`LANGUAGES`) (:ticket:`25915`).
diff --git a/docs/releases/1.9.1.txt b/docs/releases/1.9.1.txt
index 2e1aa7cbb1..d5bfdd2739 100644
--- a/docs/releases/1.9.1.txt
+++ b/docs/releases/1.9.1.txt
@@ -50,3 +50,6 @@ Bugfixes
* Fixed incorrect timezone warnings in custom admin templates that don't have
a ``data-admin-utc-offset`` attribute in the ``body`` tag.
(:ticket:`25845`).
+
+* Fixed a regression which prevented using a language not in Django's default
+ language list (:setting:`LANGUAGES`) (:ticket:`25915`).