﻿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
17538	default URLconf import is wrong	matt@…	nobody	"Tutorial 3 has the following sentence:

By default, URLconfs have the following line up top:

from django.conf.urls.defaults import *


But in the urls.pl generated for me it did not have that but rather had:

from django.conf.urls.defaults import patterns, include, url



"	Bug	closed	Documentation	1.3	Normal	fixed			Accepted	0	0	0	0	0	0
