﻿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
29075	Wrong version in settings.py comments	Vedran Karačić	nobody	"I installed a fresh Django 2.0.1 project and in the settings.py file, the comments link to the 1.11 version documentation. I think this should link to 2.0 documentation. For example:


{{{
# Database
# https://docs.djangoproject.com/en/1.11/ref/settings/#databases
}}}

should be:


{{{
# Database
# https://docs.djangoproject.com/en/2.0/ref/settings/#databases
}}}

"	Uncategorized	closed	Documentation	2.0	Normal	worksforme			Unreviewed	0	0	0	0	1	0
