diff options
| author | Tim Graham <timograham@gmail.com> | 2014-03-21 07:05:36 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-03-21 07:05:36 -0400 |
| commit | aa93a1890f25cbd43bfab0b6684915d8b3c42702 (patch) | |
| tree | 57e3a7a5777b6fbfb9fcd0056255d7933dbaa9bf /docs/topics/http | |
| parent | 35f46ec7a99291a560e374183ab4feba2a5c679a (diff) | |
Removed contrib.comments per deprecation timeline.
Diffstat (limited to 'docs/topics/http')
| -rw-r--r-- | docs/topics/http/urls.txt | 1 |
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 ... |
