From 67a62703cc8ade30df875ec272113cc157c067f0 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 18 Dec 2015 17:00:53 +0100 Subject: [1.8.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. --- docs/releases/1.8.8.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3