From d3f4c2b95d2a13a5d9bc0e6413dfdbab21388822 Mon Sep 17 00:00:00 2001 From: Maxim Piskunov Date: Thu, 18 Nov 2021 00:25:51 +0300 Subject: Fixed #33078 -- Added support for language regions in i18n_patterns(). --- docs/releases/4.1.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/releases/4.1.txt b/docs/releases/4.1.txt index cc412bebfa..543c9caf6e 100644 --- a/docs/releases/4.1.txt +++ b/docs/releases/4.1.txt @@ -183,7 +183,8 @@ Generic Views Internationalization ~~~~~~~~~~~~~~~~~~~~ -* ... +* The :func:`~django.conf.urls.i18n.i18n_patterns` function now supports + languages with both scripts and regions. Logging ~~~~~~~ -- cgit v1.3