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.
--
Ticket URL: <https://code.djangoproject.com/ticket/22517>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* has_patch: 0 => 1
* needs_tests: => 0
* needs_docs: => 0
Comment:
https://github.com/django/django/pull/2607
--
Ticket URL: <https://code.djangoproject.com/ticket/22517#comment:1>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"5c0333de2e08db6e47ad06e61b3214cf626d386d"]:
{{{
#!CommitTicketReference repository=""
revision="5c0333de2e08db6e47ad06e61b3214cf626d386d"
Fixed #22517, "view prefix" still referenced in urlconf docs
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/22517#comment:2>