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

Improve/verify python3 compatibility of utils.is_valid_in_template #17

Closed calebsmith closed 11 years ago

calebsmith commented 11 years ago

The value.im_func.func_code.co_arguments call might only function properly in python 2. A targeted test is needed.