﻿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
6371	several decorators don't work with bound methods	Gary Wilson	nobody	"Similar to #4376, there are several other decorators that don't work with bound methods.  A few that I noticed were `cache_page`, `cache_control`, and `never_cache` from `django.views.decorators.cache`.  `cache_page` uses `decorator_from_middleware`, and other decorators created with this ""decorator generator"" have the same problem.  They are `django.views.decorators.gzip.gzip_page` and `django.views.decorators.http.conditional_page`.

There might be others lurking out there..."		closed	Core (Other)	dev		fixed			Accepted	0	0	0	0	0	0
