mirror of
https://github.com/django/django.git
synced 2025-08-19 02:01:29 +00:00
[1.9.x] Fixed capitalization of "URL pattern".
Backport of 415ae960bb
from master
This commit is contained in:
parent
61da9bb299
commit
76ba451d2f
4 changed files with 4 additions and 4 deletions
|
@ -1347,7 +1347,7 @@ Language prefix in URL patterns
|
|||
:func:`django.conf.urls.url` instances instead.
|
||||
|
||||
This function can be used in your root URLconf and Django will automatically
|
||||
prepend the current active language code to all url patterns defined within
|
||||
prepend the current active language code to all URL patterns defined within
|
||||
:func:`~django.conf.urls.i18n.i18n_patterns`. Example URL patterns::
|
||||
|
||||
from django.conf.urls import include, url
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue