#8975 closed (fixed)
related order functions are not documented
Reported by: | Leo Shklovskii | Owned by: | Derek Willis |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | James Wheare, bas@… | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The functions detailed in this blog post:
http://james.wheare.org/notes/2007/11/ordering-related-objects-in-django.php
aren't documented at all in the main Django documentation, for example:
http://docs.djangoproject.com/en/dev/search/?cx=009763561546736975936%3Ae88ek0eurf4&cof=FORID%3A11&ie=UTF-8&hl=&q=get_previous_in_order&sa=Search&as_q=more%3Adev_docs#242
These are super useful functions and it would be great to have them be described in the docs.
If they're meant to be private then should they be renamed to begin with an '_'?
Attachments (1)
Change History (12)
comment:1 Changed 15 years ago by
comment:2 Changed 14 years ago by
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 Changed 14 years ago by
Cc: | James Wheare added |
---|
comment:4 Changed 13 years ago by
Cc: | bas@… added |
---|
comment:7 Changed 13 years ago by
Owner: | changed from nobody to Derek Willis |
---|---|
Status: | new → assigned |
Changed 13 years ago by
comment:8 Changed 13 years ago by
Has patch: | set |
---|
comment:9 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Just a note in case anybody wonders: the commit message for r9167 says it fixed this ticket. That was a typo in the commit message. It should have referred to #8184. This isn't fixed yet.