﻿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
25900	CommonMiddleware's USE_ETAGS broken	Derek J. Curtis	nobody	"ETag support is broken in CommonMiddleware 

This appears to have been broken here: https://github.com/django/django/commit/7a40fef17ab7918cbb1ddc3ba080f42b420f7a48#diff-1f8be0eae49a1bf37d52829eaeda6a4e

django.utils.cache.**get_conditional_response**'s etag argument needs to be *unquoted*, however the etag passed by CommonMiddleware's make_response is quoted.

Pull Request with Regression Test:  https://github.com/django/django/pull/5803"	Bug	closed	Core (Cache system)	1.9	Normal	fixed	ETags		Ready for checkin	1	0	0	0	0	0
