Ticket #9956: comment-urls-fix.diff
File comment-urls-fix.diff, 463 bytes (added by , 16 years ago) |
---|
-
django/contrib/comments/urls.py
13 13 ) 14 14 15 15 urlpatterns += patterns('', 16 url(r'^cr/(\d+)/( \w+)/$', 'django.views.defaults.shortcut', name='comments-url-redirect'),16 url(r'^cr/(\d+)/((\w|-)+)/$', 'django.views.defaults.shortcut', name='comments-url-redirect'), 17 17 ) 18 18