From f1ab8b4342cb04974f43b0d583e1a22ef75213ab Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Thu, 28 Aug 2008 11:27:17 +0000 Subject: [PATCH] Fixed #8600: Corrected example URLConf to match new comments framework. Thanks to julien for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8650 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/http/urls.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/http/urls.txt b/docs/topics/http/urls.txt index 8c575cfcb5..1027772515 100644 --- a/docs/topics/http/urls.txt +++ b/docs/topics/http/urls.txt @@ -382,7 +382,7 @@ number of other URLconfs:: urlpatterns = patterns('', (r'^weblog/', include('django_website.apps.blog.urls.blog')), (r'^documentation/', include('django_website.apps.docs.urls.docs')), - (r'^comments/', include('django.contrib.comments.urls.comments')), + (r'^comments/', include('django.contrib.comments.urls')), ) Note that the regular expressions in this example don't have a ``$``