1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #33078 -- Added support for language regions in i18n_patterns().

This commit is contained in:
Maxim Piskunov
2021-11-18 00:25:51 +03:00
committed by Mariusz Felisiak
parent 4f7bbc6138
commit d3f4c2b95d
3 changed files with 13 additions and 4 deletions

View File

@@ -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
~~~~~~~