﻿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
23907	tutorial02 code missing 'admin.site.register'	Henk Kraal	nobody	"The code example below

---
You can assign arbitrary HTML classes to each fieldset. Django provides a ""collapse"" class that displays a particular fieldset initially collapsed. This is useful when you have a long form that contains a number of fields that aren’t commonly used:
---

lacks the line:
admin.site.register(Question, QuestionAdmin)

"	Cleanup/optimization	closed	Documentation	1.7	Normal	fixed			Accepted	0	0	0	0	1	0
