Brackets should be removed from things like:
`.. function:: create_test_db([verbosity=1, autoclobber=False,
serialize=True, keepdb=False])`
and missing kwarg defaults should be added in places like:
`.. function:: password_reset_confirm(request[, uidb64, token,
template_name, token_generator, set_password_form, post_reset_redirect,
current_app, extra_context])`
Find the places to update with `grep -rI "\[" * | grep 'function::'` and
`grep -rI "\[" * | grep 'method::'`.
--
Ticket URL: <https://code.djangoproject.com/ticket/25159>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => hellbeast
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/25159#comment:1>
* owner: hellbeast =>
* status: assigned => new
--
Ticket URL: <https://code.djangoproject.com/ticket/25159#comment:2>
* status: new => assigned
* owner: => timgraham
--
Ticket URL: <https://code.djangoproject.com/ticket/25159#comment:3>
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/5054 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/25159#comment:4>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"87d55081ea398c65b2503d22ed3907a9175ec729" 87d5508]:
{{{
#!CommitTicketReference repository=""
revision="87d55081ea398c65b2503d22ed3907a9175ec729"
Fixed #25159 -- Removed brackets from class/function/method signatures in
docs.
Thanks hellbeast for the initial patch.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25159#comment:5>
Comment (by Tim Graham <timograham@…>):
In [changeset:"a66d843eecca9f308fb5b4505546d28d7237757b" a66d843]:
{{{
#!CommitTicketReference repository=""
revision="a66d843eecca9f308fb5b4505546d28d7237757b"
[1.8.x] Fixed #25159 -- Removed brackets from class/function/method
signatures in docs.
Thanks hellbeast for the initial patch.
Backport of 87d55081ea398c65b2503d22ed3907a9175ec729 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25159#comment:6>