1
0
mirror of https://github.com/django/django.git synced 2025-10-28 16:16:12 +00:00

[1.10.x] Documented url()'s 'regex' parameter.

Backport of 0a9bd266ff from master
This commit is contained in:
Adam Chainz
2016-12-23 00:16:26 +00:00
committed by Tim Graham
parent 1a039e76c7
commit 1c9f49e80f
2 changed files with 8 additions and 0 deletions

View File

@@ -1557,6 +1557,7 @@ will be::
Ensure that you don't have non-prefixed URL patterns that might collide
with an automatically-added language prefix.
.. _translating-urlpatterns:
Translating URL patterns
------------------------