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

Show the file and line number of each method #6

Closed calebsmith closed 11 years ago

calebsmith commented 11 years ago

This is a neat feature request, but makes the details print out look cluttered. I'd propose to make a new tag find() that finds the filename and line number of a given callable instead.