﻿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
23578	Use patterns everwhere in 1.7.X URL dispatcher docs to be consistent	Alasdair Nicol	Alasdair Nicol	"Django 1.7.X supports using a list of `url()` instances for `urlpatterns`.

In ticket #23277, it was decided to show the old `patterns` approach in the docs, and switch to the new style in the 1.8 docs.

However, the [https://docs.djangoproject.com/en/1.7/topics/http/urls/#url-namespaces URL Namespaces] section of the URL Dispatcher docs uses the new style syntax. This could be a bit surprising for users unfamiliar with the new syntax in 1.8. 

I'm going to open a small pull request which uses the old patterns syntax everywhere on the URL Dispatcher docs page in 1.7.X."	Cleanup/optimization	closed	Documentation	1.7	Normal	fixed			Ready for checkin	1	0	0	0	0	0
