﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
22762	Problem in tutorial part 2	kash.karimi@…	nobody	"Hi I am reading the Django docs and it gets confusing in part 2.
Under ""Customize the admin change list"", it starts to refer to: ""list_display = ('question', 'pub_date')"". This is not previously mentioned in the tutorial, and thus goes off the rail. Until then, my class PollAdmin looks like this:
    fieldsets = [
        (None,                 {'fields': ['question']}),
        ('Date information',   {'fields': ['pub_date'], 'classes': ['collapse']}),
    ]
as it is shown in the section before that.
Please fix or tell me where I am going wrong?
Thanks"	Bug	closed	Documentation	1.6	Normal	invalid			Unreviewed	0	0	0	0	0	0
