Opened 19 years ago

Closed 17 years ago

#10 closed task (invalid)

Ordered objects should have API access to their order number

Reported by: Adrian Holovaty Owned by: Adrian Holovaty
Component: Validators Version:
Severity: minor Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The specific problem is that photos within photo galleries need to know their place within the gallery (1st, 2nd, etc.). In order to solve this, we'll need ordered objects to give API access to their order number.

Change History (4)

comment:1 by anonymous, 18 years ago

Component: MetasystemValidators
milestone: Version 0.91
priority: normallow
Severity: normalminor
Type: defecttask

comment:2 by anonymous, 18 years ago

milestone: Version 0.91Version 1.0

0.91 has come and gone.

comment:3 by (none), 17 years ago

milestone: Version 1.0

Milestone Version 1.0 deleted

comment:4 by Gary Wilson <gary.wilson@…>, 17 years ago

Resolution: invalid
Status: newclosed

Not sure I get what exactly this is trying to accomplish, maybe a little more explanation would help. From what I gather, this would be used when looping through a QuerySet? If so, can't this be done either with the loop counter in the templates or enumerate() in a Python loop?

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