From 5c0333de2e08db6e47ad06e61b3214cf626d386d Mon Sep 17 00:00:00 2001 From: Ben Davis Date: Fri, 25 Apr 2014 12:29:33 -0500 Subject: [PATCH] Fixed #22517, "view prefix" still referenced in urlconf docs --- docs/topics/http/urls.txt | 3 --- 1 file changed, 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` must be imported::