Fixed #22517, "view prefix" still referenced in urlconf docs

This commit is contained in:
Ben Davis 2014-04-25 12:29:33 -05:00
parent 0315f01087
commit 5c0333de2e
1 changed files with 0 additions and 3 deletions

View File

@ -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::