Opened 19 years ago
Closed 18 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 , 18 years ago
Component: | Metasystem → Validators |
---|---|
milestone: | → Version 0.91 |
priority: | normal → low |
Severity: | normal → minor |
Type: | defect → task |
comment:2 by , 18 years ago
milestone: | Version 0.91 → Version 1.0 |
---|
comment:4 by , 18 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
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?
0.91 has come and gone.