﻿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
20862	dev Middleware docs sample isn't up to date with dev startproject template	Keryn Knight <django@…>	nobody	"[https://docs.djangoproject.com/en/dev/topics/http/middleware/#activating-middleware The middleware page] includes an example of what `startproject` would output; at the time of writing, it is:
{{{
MIDDLEWARE_CLASSES = (
    'django.middleware.common.CommonMiddleware',
    'django.contrib.sessions.middleware.SessionMiddleware',
    'django.middleware.csrf.CsrfViewMiddleware',
    'django.contrib.auth.middleware.AuthenticationMiddleware',
    'django.contrib.messages.middleware.MessageMiddleware',
)
}}}
This doesn't seem to jive with the [https://github.com/django/django/blob/23229061fcb836ecca2195cc75f91e331279a5d1/django/conf/project_template/project_name/settings.py#L41 MIDDLEWARE_CLASSES in the project template], which includes `django.middleware.clickjacking.XFrameOptionsMiddleware`by default for the first time."	Uncategorized	closed	Documentation	dev	Normal	fixed			Unreviewed	0	0	0	0	1	0
