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

Remove filename/line number introspection tools for now. #13

Closed calebsmith closed 11 years ago

calebsmith commented 11 years ago

The tools for introspecting file name and line number of callables is difficult to test, and not easy to port to Python3. In order to reduce duplication of effort, this new feature that hasn't received a ton of interest is being removed for now. N. B. - The filename/line number introspection tools/tags were never part of a released version.

The plan is to eventually replace these with similar tools in @ironfroggy's tracerlib.