summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
Diffstat (limited to 'django')
-rw-r--r--django/contrib/comments/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/comments/urls.py b/django/contrib/comments/urls.py
index ae0b7ff1e8..5caef9c7d4 100644
--- a/django/contrib/comments/urls.py
+++ b/django/contrib/comments/urls.py
@@ -13,6 +13,6 @@ urlpatterns = patterns('django.contrib.comments.views',
)
urlpatterns += patterns('',
- url(r'^cr/(\d+)/(\w+)/$', 'django.views.defaults.shortcut', name='comments-url-redirect'),
+ url(r'^cr/(\d+)/(.+)/$', 'django.views.defaults.shortcut', name='comments-url-redirect'),
)