Opened 13 years ago

Closed 13 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)

instances.permalink.16714.patch (482 bytes ) - added by danodonovan 13 years ago.
patch to correct docs

Download all attachments as: .zip

Change History (3)

by danodonovan, 13 years ago

patch to correct docs

comment:1 by danodonovan, 13 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Matt McClanahan, 13 years ago

Resolution: invalid
Status: newclosed

It doesn't have to be a list, a tuple is fine.

Note: See TracTickets for help on using tickets.
Back to Top