﻿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
8182	infinite loop iterating over context_processors.PermWrapper	Uz		"The template code below will cause an infinite memory-eating loop if context_processors.auth is enabled. My main issue with that is that it was incredibly hard to debug for me, when I passed my own 'perms' queryset to a template. So here's a (temporary) patch, to make it at least immediately fail.

{{{
{% for perm in perms %}
{% endfor %}
}}}

"		closed	contrib.auth	dev		fixed			Unreviewed	1	0	0	0	0	0
