Hi,

On 1/4/10 5:28 PM, Eric wrote:
> Hello,
> 
> I am using your wonderful jinja2 (v2.2.1) template system into django
> (v1.1).
> It is really fast and I like it a lot.
> Nevertheless, I have some problem to debug templates :
> If I make some errors into a template (bad tag, bad filtername, bad
> end of block), I do not have at all information about this error :
> TypeError: 'Template' object is not iterable
That is a bug in django.  It assumes that if the attribute on the
exception is .source it is a django exception which clearly is not the
case.  Can you file a bug against django there?

I can look at the weekend over that.  But as far as I can tell, that is
not a Jinja problem.


Regards,
Armin
-- 
You received this message because you are subscribed to the Google Groups 
"pocoo-libs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pocoo-libs?hl=en.


Reply via email to