Skip to content

Commit

Permalink
Fixed #14412 -- Pointed contrib.comments comments-url-redirect URLpat…
Browse files Browse the repository at this point in the history
…tern at the actual view instead of the deprecated view. Thanks, subsume

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13995 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Oct 6, 2010
1 parent 47cae1a commit 157583f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions django/contrib/comments/urls.py
Expand Up @@ -12,6 +12,5 @@
)

urlpatterns += patterns('',
url(r'^cr/(\d+)/(.+)/$', 'django.views.defaults.shortcut', name='comments-url-redirect'),
url(r'^cr/(\d+)/(.+)/$', 'django.contrib.contenttypes.views.shortcut', name='comments-url-redirect'),
)

0 comments on commit 157583f

Please sign in to comment.