mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #25933 -- Allowed an unprefixed default language in i18n_patterns().
This commit is contained in:
committed by
Tim Graham
parent
4b129ac81f
commit
839a955d08
@@ -248,6 +248,10 @@ Internationalization
|
||||
used in a root URLConf specified using :attr:`request.urlconf
|
||||
<django.http.HttpRequest.urlconf>`.
|
||||
|
||||
* By setting the new ``prefix_default_language`` parameter for
|
||||
:func:`~django.conf.urls.i18n.i18n_patterns` to ``False``, you can allow
|
||||
accessing the default language without a URL prefix.
|
||||
|
||||
Management Commands
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user