Opened 14 years ago
Closed 14 years ago
#16738 closed Bug (invalid)
permalink doc fix
| Reported by: | danodonovan | Owned by: | danodonovan |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
In one of the examples, the position args for the view returned by get_absolute_url are a tuple, when they must be a list.
Attachments (1)
Change History (3)
by , 14 years ago
| Attachment: | instances.permalink.16714.patch added |
|---|
comment:1 by , 14 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
comment:2 by , 14 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
It doesn't have to be a list, a tuple is fine.
Note:
See TracTickets
for help on using tickets.
patch to correct docs