﻿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
19815	unused import in urls.py	pedro.calcao@…	nobody	"This is not a big deal at all, but in the page: https://docs.djangoproject.com/en/1.4/intro/tutorial03/, when we refactor the urls.py, the urls.py code that belongs to the polls has the following imports:

    from django.conf.urls import patterns, include, url

In this case, include is not needed, and to keep things perfectly tidy, it shouldn't be imported.

"	Cleanup/optimization	closed	Documentation	1.4	Normal	fixed			Unreviewed	0	0	0	0	1	0
