summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-01-08 08:05:43 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-01-08 08:06:33 +0100
commit0379da59bd82cde35f6bd1a4d4554482616b5114 (patch)
tree03ca5eb1ef246f323e8e1f097e0517004333f9ca /docs
parente7d7e04d95554a83fcc015df6da98d316c269cef (diff)
[3.0.x] Fixed #31141 -- Relaxed system check of translation settings for sublanguages.
Regression in 4400d8296d268f5a8523cd02ddc33b12219b2535. Thanks Enrique Matías Sánchez for the report. Backport of 53d8646f799de7f92ab9defe9dc56c6125448102 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.0.3.txt4
1 files changed, 4 insertions, 0 deletions
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`).