﻿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
34048	Do not add cache control header if is set to false or a falsy value	Wiktor	nobody	"Currently when one sets no_cache to a falsy value, e.g.:


{{{
@cache_control(no_cache=False)
def some_view()
    pass
}}}

Cache-Control header will be set to no_cache=False.

This might be confusing and might lead to a security issue.
"	Bug	new	Utilities	dev	Normal		cache control		Unreviewed	0	0	0	0	0	0
