#203 closed defect (fixed)
Tutorial 2 list_filter example needs another comma
Reported by: | 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 , 19 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [315]) Fixed #203 -- Added explicit comma to tutorial 2. Thanks, sirpete@…