﻿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
17048	Add Docs for Guidelines for Upgrading an Existing Project's Django	Donald Stufft	anonymous	"A decent addition to the docs would be a short page about the general process to go about replacing a projects version of django with a new one.

It would include any concerns/considerations that a developer should look at when doing the upgrade. One such thing is that starting with python 2.7, Deprecation warnings are silenced by default (the thinking being that end users don't care about them). So when upgrading Django you should use something like ``python -Wall manage.py test`` or ``python -Wd manage.py test`` to check for any warnings."	New feature	closed	Documentation	dev	Normal	fixed	upgrading	timograham@…	Accepted	1	0	0	1	1	0
