﻿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
1700	[magic-removal] [patch] docs/generic_views.txt document update	asmodai@…	Jacob	"In this document you see:

{{{
    from django.conf.urls.defaults import *
    from django_website.apps.blog.models import Entry

    info_dict = {
        'model': Entry,
        'date_field': 'pub_date',
    }
}}}

to be used with date_based generic views. However, any attempt to use such a 'model' will yield:

{{{
archive_index() got an unexpected keyword argument 'model'
}}}

I think it should be changed to reflect http://code.djangoproject.com/wiki/RemovingTheMagic#Changedtheparametersyoupasstogenericviews"	defect	closed	Documentation	magic-removal	normal	fixed			Unreviewed	1	0	0	0	0	0
