﻿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
15005	Documentation of django.views.generic.simple.redirect_to incorrect?	Nicolas Kuttler	nobody	"On http://docs.djangoproject.com/en/dev/ref/generic-views/?from=olddocs#django-views-generic-simple-redirect-to the examples like

{{{
urlpatterns = patterns('django.views.generic.simple',
    ('^foo/(?P<id>\d+)/$', 'redirect_to', {'url': '/bar/%(id)s/'}),
)
}}}

seem to be incorrect. redirect_to isn't supposed to be a string but the class?"		closed	Documentation	1.3-beta		invalid			Unreviewed	0	0	0	0	0	0
