Opened 19 years ago
Closed 19 years ago
#942 closed defect (invalid)
ordering bug
Reported by: | anonymous | Owned by: | Jacob |
---|---|---|---|
Component: | Documentation | Version: | |
Severity: | normal | 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
In documentation, order_by=('-pub_date', 'question') should be order_by=['-pub_date', 'question']
Note:
See TracTickets
for help on using tickets.
Both lists and tuples are allowed for the
ordering
parameter. This is invalid.