Fixed #14412 -- Pointed contrib.comments comments-url-redirect URLpattern 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
This commit is contained in:
parent
47cae1a2f6
commit
157583f916
|
@ -12,6 +12,5 @@ urlpatterns = patterns('django.contrib.comments.views',
|
|||
)
|
||||
|
||||
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'),
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue