From 0379da59bd82cde35f6bd1a4d4554482616b5114 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 8 Jan 2020 08:05:43 +0100 Subject: [3.0.x] Fixed #31141 -- Relaxed system check of translation settings for sublanguages. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Regression in 4400d8296d268f5a8523cd02ddc33b12219b2535. Thanks Enrique Matías Sánchez for the report. Backport of 53d8646f799de7f92ab9defe9dc56c6125448102 from master --- docs/releases/3.0.3.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/3.0.3.txt b/docs/releases/3.0.3.txt index 61ef456d93..27ace475d1 100644 --- a/docs/releases/3.0.3.txt +++ b/docs/releases/3.0.3.txt @@ -16,3 +16,7 @@ Bugfixes * Fixed a regression in Django 3.0 where ``QuerySet.values()`` and ``values_list()`` crashed if a queryset contained an aggregation and ``Exists()`` annotation (:ticket:`31136`). + +* Relaxed the system check added in Django 3.0 to reallow use of a sublanguage + in the :setting:`LANGUAGE_CODE` setting, when a base language is available in + Django but the sublanguage is not (:ticket:`31141`). -- cgit v1.3