home / django_tickets / tickets

tickets: 8182

This data as json

id created changetime last_pulled_from_trac stage status component type severity version resolution summary description owner reporter keywords easy has_patch needs_better_patch needs_tests needs_docs ui_ux
8182 2008-08-09 07:33:40 2011-09-28 16:12:16 2022-03-06 03:41:34.691349 Unreviewed closed contrib.auth     dev fixed infinite loop iterating over context_processors.PermWrapper 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 %} }}}   Uz   0 1 0 0 0 0
Powered by Datasette · Queries took 0.969ms