﻿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
17721	"Error in sample code in ""Writing your first Django App Part 3"""	doverton51@…	nobody	"Page: https://docs.djangoproject.com/en/dev/intro/tutorial03/

Section: Decoupling the URL Confs

The two code snippets in this section both have the following import:

from django.conf.urls import patterns, include, url

this doesn't seem to work on my setup, I think they should read

from django.conf.urls.defaults import patterns, include, url "	Uncategorized	closed	Documentation	1.3	Normal	invalid			Unreviewed	0	0	0	0	0	0
