﻿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
15310	Wrong view path in documentation for serving static files	Bradley Ayers <bradley.ayers@…>	nobody	"http://docs.djangoproject.com/en/dev//howto/static-files/#django.views.static.serve

In the code sample, it has:

{{{url(r'^media/(?P<path>.*)$', 'django.views.static', {}}}

but it should be:

{{{url(r'^media/(?P<path>.*)$', 'django.views.static.serve', {}}}"		closed	Documentation	1.3-beta		fixed			Ready for checkin	1	0	0	0	0	0
