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']

Change History (1)

comment:1 by Adrian Holovaty, 19 years ago

Resolution: invalid
Status: newclosed

Both lists and tuples are allowed for the ordering parameter. This is invalid.

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