Opened 10 years ago

Closed 10 years ago

#22517 closed Cleanup/optimization (fixed)

"view prefix" still referenced in urlconf docs

Reported by: Ben Davis Owned by: nobody
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

urlpatterns() has been deprecated, however a portion of the docs still refers to the "view prefix". This note should simply be removed.

https://docs.djangoproject.com/en/dev/topics/http/urls/#passing-callable-objects-instead-of-strings

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.

Change History (2)

comment:2 by Ben Davis <bendavis78@…>, 10 years ago

Resolution: fixed
Status: newclosed

In 5c0333de2e08db6e47ad06e61b3214cf626d386d:

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

Note: See TracTickets for help on using tickets.
Back to Top