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

Make get_details work for objects with C routine extensions #29

Closed calebsmith closed 9 years ago

calebsmith commented 9 years ago

Fixes #27

jbradberry commented 9 years ago

This seems to work. Ship it!

Minor quibble: the test throws an error instead of failing when the fix is reverted.

calebsmith commented 9 years ago

Nice catch! I guess I was too anxious to get it working. Thanks for the review and I've updated it accordingly.