summaryrefslogtreecommitdiff
path: root/docs/topics/http
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-03-21 07:05:36 -0400
committerTim Graham <timograham@gmail.com>2014-03-21 07:05:36 -0400
commitaa93a1890f25cbd43bfab0b6684915d8b3c42702 (patch)
tree57e3a7a5777b6fbfb9fcd0056255d7933dbaa9bf /docs/topics/http
parent35f46ec7a99291a560e374183ab4feba2a5c679a (diff)
Removed contrib.comments per deprecation timeline.
Diffstat (limited to 'docs/topics/http')
-rw-r--r--docs/topics/http/urls.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/topics/http/urls.txt b/docs/topics/http/urls.txt
index 36a43ed704..b8d73d572b 100644
--- a/docs/topics/http/urls.txt
+++ b/docs/topics/http/urls.txt
@@ -336,7 +336,6 @@ itself. It includes a number of other URLconfs::
urlpatterns = patterns('',
# ... snip ...
- url(r'^comments/', include('django.contrib.comments.urls')),
url(r'^community/', include('django_website.aggregator.urls')),
url(r'^contact/', include('django_website.contact.urls')),
# ... snip ...