Merge pull request #3460 from rosco77/patch-1

[Docs] Removes common prefix from i18n_patterns.
pull/3415/head
Bertrand Bordage 2017-04-08 01:53:18 +02:00 zatwierdzone przez GitHub
commit 8cf37bc877
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -89,7 +89,7 @@ This feature is enabled through the project's root URL configuration. Just put t
]
urlpatterns += i18n_patterns('',
urlpatterns += i18n_patterns(
# These URLs will have /<language_code>/ appended to the beginning
url(r'^search/$', 'search.views.search', name='search'),