﻿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
21381	Remove contrib.redirects dependency on contrib.sites	Aymeric Augustin	Dmitry Pechnikov	"Most websites aren't served on multiple domains. It'd be nice if redirects didn't depend on sites.

The Redirect model would omit the ForeignKey to Site entirely when the sites framework isn't installed. Redirections would use a RequestSite instead of a Site.

At first sight it looks like this can be achieved without breaking backwards-compatibility, as we're lifting a constraint.

Users will have to generate a migration to add / remove the ForeignKey if the enable / disable sites while redirects in installed."	New feature	assigned	contrib.redirects	dev	Normal			loic@… Paul Oswald cmawebsite@… Dmitry Pechnikov	Accepted	1	0	1	1	0	0
