summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBen Davis <bendavis78@gmail.com>2014-04-25 12:29:33 -0500
committerBen Davis <bendavis78@gmail.com>2014-04-25 12:29:33 -0500
commit5c0333de2e08db6e47ad06e61b3214cf626d386d (patch)
treebea1d19528666ef482c6c1de57eb3924b1768b8d /docs
parent0315f01087d75f68654f62883a9f36a0f9f71676 (diff)
Fixed #22517, "view prefix" still referenced in urlconf docs
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/http/urls.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/topics/http/urls.txt b/docs/topics/http/urls.txt
index 92ec4bb0e9..3833021956 100644
--- a/docs/topics/http/urls.txt
+++ b/docs/topics/http/urls.txt
@@ -488,9 +488,6 @@ each view individually::
The style you use is up to you.
-Note that if you use this technique -- passing objects rather than strings --
-the view prefix (as explained in "The view prefix" above) will have no effect.
-
Note that :doc:`class based views</topics/class-based-views/index>` must be
imported::