What would cause a Django template for loop to raise a Key Error?
I upgraded a working Django app to 1.1 and I now get a KeyError exception on a for loop! Template error In template /vol/.../templates/base_bbn.html, error at line 7 Caught an exception while rendering: 'django.contrib.comments.urls.' You would think that there couldn't be a KeyError on a for loop like this because there would be a ...