The documentation for url() doesn't mention that include() or a three-
tuple can be provided instead of a view function for the "view" argument.
This seems like an oversight. Maybe a link should be added to another
section of the documentation?
--
Ticket URL: <https://code.djangoproject.com/ticket/26776>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_docs: => 0
* type: Uncategorized => Cleanup/optimization
* needs_tests: => 0
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/26776#comment:1>
* status: new => assigned
* owner: nobody => andrewnester
--
Ticket URL: <https://code.djangoproject.com/ticket/26776#comment:2>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"a12826bba7a6d75862f99ae5cd48c4c1854208b8" a12826bb]:
{{{
#!CommitTicketReference repository=""
revision="a12826bba7a6d75862f99ae5cd48c4c1854208b8"
Fixed #26776 -- Documented url()'s view argument.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26776#comment:3>
Comment (by Tim Graham <timograham@…>):
In [changeset:"7a3cc2957f0220dc75cc5790ac72e884b682cc65" 7a3cc295]:
{{{
#!CommitTicketReference repository=""
revision="7a3cc2957f0220dc75cc5790ac72e884b682cc65"
[1.10.x] Fixed #26776 -- Documented url()'s view argument.
Backport of a12826bba7a6d75862f99ae5cd48c4c1854208b8 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26776#comment:4>