﻿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
11909	Django 'eating up' method errors in templates	wojteks	nobody	"When I'm working with an object in a template and I do the following:
{{{
  {{ some_model.some_method }}
}}}

and if inside that method an AttributeError is thrown for some reason - that error is hidden by Django completely.  I get no error message - even though I have all the debugging turned on.  And then I have to take the time to guess where the error was and surround the body of some_method with try/catch and debug it by hand."	Uncategorized	closed	Template system	1.1	Normal	wontfix			Unreviewed	0	0	0	0	0	0
