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

Fixing {% attributes self %} in python3 environments #36

Closed Chris-May closed 6 years ago

Chris-May commented 8 years ago

Looks like you were right about the attributes filter being lazy in #35.

This is a patch to fix that part of the problem.