#30504 closed Cleanup/optimization (fixed)
Order of arguments on redirect incorrect on documentation.
Reported by: | amrish_beauhurst | Owned by: | Shashank Parekh |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | redirect, documentation, parameters |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
On the documentation for the redirect shortcut at https://docs.djangoproject.com/en/dev/topics/http/shortcuts/#redirect
It shows redirect(to, permanent=False, *args, **kwargs)
when it should be redirect(to, *args, permanent=False, **kwargs)
Change History (5)
comment:1 by , 5 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 5 years ago
Has patch: | set |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Summary: | Order of arguments on redirect incorrect on documentation → Order of arguments on redirect incorrect on documentation. |
Type: | Uncategorized → Cleanup/optimization |
Note:
See TracTickets
for help on using tickets.
Yes, good. A quick patch here would be very welcome. 🙂