calebsmith / django-template-debug

A small collection of template tags for debugging and introspecting templates
BSD 3-Clause "New" or "Revised" License
74 stars 11 forks source link

details() uses a blanket except, which could mask problems that should raise exceptions #3

Closed calebsmith closed 11 years ago

calebsmith commented 11 years ago

In this case, it is hard to predict what the attributes are, and what exceptions they might raise. It is not reasonable to presume what these different exceptions are so I reverted the previous commit