Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#203 closed defect (fixed)

Tutorial 2 list_filter example needs another comma

Reported by: sirpete@… Owned by: Adrian Holovaty
Component: Documentation Version:
Severity: normal Keywords: list_filter tutorial
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I did not get list_filter example in tutorial 2 working without adding another comma after the line.
Here is how I got it to work:
"list_filter = ('pub_date', ),"

Change History (2)

comment:1 by Adrian Holovaty, 19 years ago

Owner: changed from Jacob to Adrian Holovaty
Status: newassigned

comment:2 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: assignedclosed

(In [315]) Fixed #203 -- Added explicit comma to tutorial 2. Thanks, sirpete@…

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