diff options
| author | Tim Graham <timograham@gmail.com> | 2013-01-15 06:29:53 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-01-15 07:52:06 -0500 |
| commit | 360676d9d86ed36a2ffcf1318904b2b56cfae641 (patch) | |
| tree | 3fca3eae2f65e48c1d25a90c016d4be83f276d37 /docs/ref/contrib/comments | |
| parent | 5a53f1043cc86feef82864e4f5a57de78d57664b (diff) | |
[1.5.x] Fixed #19605 - Removed unused url imports from doc examples.
Thanks sergzach for the suggestion.
Backport of 43f89e0ad6 from master
Diffstat (limited to 'docs/ref/contrib/comments')
| -rw-r--r-- | docs/ref/contrib/comments/example.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/comments/example.txt b/docs/ref/contrib/comments/example.txt index 4e18e37de0..e99c10f732 100644 --- a/docs/ref/contrib/comments/example.txt +++ b/docs/ref/contrib/comments/example.txt @@ -141,7 +141,7 @@ enable it in your project's ``urls.py``: .. code-block:: python - from django.conf.urls import patterns, url, include + from django.conf.urls import patterns from django.contrib.comments.feeds import LatestCommentFeed urlpatterns = patterns('', |
