﻿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
25525	Docstring in default urls.py file uses `include()` without mentionning where to import it from	Baptiste Mispelon	nobody	"1e82094f1b6690018228e688303295f83e1c3d9a removed the need for `include` to be imported in the default `urls.py` file but the instructions in the docstring of that module still make use of it [1].

From what I understand, the list could now be:
{{{
1. Add an import:  from blog import urls as blog_urls
2. Add a URL to urlpatterns:  url(r'^blog/', blog_urls)
}}}

[1] https://github.com/django/django/blob/master/django/conf/project_template/project_name/urls.py#L14"	Uncategorized	closed	Core (Other)	1.9a1	Release blocker	fixed			Unreviewed	0	0	0	0	1	0
