﻿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
24516	"make_template_fragment_key behaves differently than the {% cache %} template tag for the ""None"" value"	Antonin	David Winterbottom	"The function make_template_fragment_key in django.core.cache.utils can be used to compute the cache key associated with a given template fragment.
When one of the parameters of this cache fragment get the value None, this function translates internally this value to 'None' (the string), whereas the template tag translates it to the empty string.

A patch for this bug can be found on the following branch:
http://github.com/wetneb/django"	Bug	closed	Core (Cache system)	1.7	Normal	invalid	cache, templatetag		Accepted	1	0	1	0	0	0
