#16280 closed Cleanup/optimization (fixed)
documentation for reverse() should include positional/keyword conflict
| Reported by: | Owned by: | paulcwatts | |
|---|---|---|---|
| Component: | Documentation | Version: | 1.3 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
Ticket #12946 was resolved in [12652] by documenting the behavior of {% url %} tags containing both positional and keyword arguments, and calling out in the documentation that this is not allowed.
It would be nice if this same note were added to the documentation of reverse() in https://docs.djangoproject.com/en/dev/topics/http/urls/#reverse as well.
Attachments (1)
Change History (6)
comment:1 by , 14 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 14 years ago
| Owner: | changed from to |
|---|
by , 14 years ago
| Attachment: | 16280.diff added |
|---|
comment:3 by , 14 years ago
| Has patch: | set |
|---|
comment:4 by , 14 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
Note:
See TracTickets
for help on using tickets.
Looks good.