﻿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
22600	small typo in tutorial part 2, v1.6	jmr.git@…	nobody	"'pub date' should be 'pub_date' in the text below:


{{{
And speaking of forms with dozens of fields, you might want to split the form up into fieldsets:

from django.contrib import admin
from polls.models import Poll

class PollAdmin(admin.ModelAdmin):
    fieldsets = [
        (None,               {'fields': ['question']}),
        ('Date information', {'fields': ['pub_date']}),
    ]

admin.site.register(Poll, PollAdmin)
}}}"	Uncategorized	closed	Documentation	1.6	Normal	fixed			Unreviewed	0	0	0	0	0	0
