1
0
mirror of https://github.com/django/django.git synced 2025-04-01 12:06:43 +00:00

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

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