Opened 11 years ago
Closed 11 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:1 by , 11 years ago
Has patch: | set |
---|
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
https://github.com/django/django/pull/2607