summaryrefslogtreecommitdiff
path: root/tests/contenttypes_tests/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/contenttypes_tests/urls.py')
-rw-r--r--tests/contenttypes_tests/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/contenttypes_tests/urls.py b/tests/contenttypes_tests/urls.py
index bf038c93de..285a5a2068 100644
--- a/tests/contenttypes_tests/urls.py
+++ b/tests/contenttypes_tests/urls.py
@@ -4,5 +4,5 @@ from django.conf.urls import url
from django.contrib.contenttypes import views
urlpatterns = [
- url(r'^shortcut/(\d+)/(.*)/$', views.shortcut),
+ url(r'^shortcut/([0-9]+)/(.*)/$', views.shortcut),
]