﻿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
1676	docs/generic_views.txt needs slight update	penguin@…	Jacob	"docs generic_views.txt uses this example:
{{{
  info_dict = {
        'model': Entry,
        'date_field': 'pub_date',
    }
}}}
Which gives an error
{{{
TypeError at /budget/debt/
archive_index() got an unexpected keyword argument 'model'
}}}
The correct syntax is demonstrated by tutorial04.txt
{{{
    info_dict = {
        'queryset': Poll.objects.all(),
    }
}}}
See [2304]"	defect	closed	Documentation	magic-removal	normal	duplicate			Unreviewed	0	0	0	0	0	0
