Commit 5c0333de authored by Ben Davis's avatar Ben Davis
Browse files

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

parent 0315f010
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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::