﻿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
19334	Caching the current Site object into cache backend	astafiev.anton@…	nobody	"As it is described [https://docs.djangoproject.com/en/dev/ref/contrib/sites/?from=olddocs#caching-the-current-site-object here] current site object is cached.

I was very surprised, when it turned out, that this object is cached into sites.models.SITE_CACHE dictionary
I think, that Django should use the same cache engine everywhere. Caching into global objects could produce problems that are very hard to diagnose. Also, it is much easier to have only one interface to flush the cache.

I propose to use standard cache interface here. I could provide the patch, if you think it is reasonable."	Cleanup/optimization	closed	contrib.sites	dev	Normal	duplicate			Unreviewed	1	0	0	0	0	0
