﻿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
14829	Documentation for url() with class-based generic views	Andrew Willey <andrew@…>	nobody	"It would be nice to update the url() documentation here 

http://docs.djangoproject.com/en/dev/topics/http/urls/#url 

to reflect that using class-based generic views means you pass the class object instead of {{{ view='some_view' }}} and that class-based views must be imported as opposed to included in the patterns arguments.

example:
{{{
from myapp.views import *

urlpatterns += patterns('', 
    url(GenericViewClass.as_view(), name='the_url_name'),
)
}}}"		new	Documentation	1.3-alpha			url		Unreviewed	0	0	0	0		
