﻿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
10520	Possible doc error	kpeters	nobody	"http://docs.djangoproject.com/en/dev/topics/http/urls/

Example at bottom of page:

urlpatterns = patterns('',
    url(r'^archive/(\d{4})/$', archive, name=""full-archive""),
    url(r'^archive-summary/(\d{4})/$', archive, {'summary': True}, ""arch-summary""),
)

Would this not require a 'name=' in front of ""arch-summary"", just like in the line above it?"		closed	Uncategorized	1.0		invalid			Unreviewed	0	0	0	0	0	0
