niwinz / django-jinja

Simple and nonobstructive jinja2 integration with Django.
http://niwinz.github.io/django-jinja/latest/
BSD 3-Clause "New" or "Revised" License
363 stars 102 forks source link

Lack of {% debug %} support (patch included) #213

Closed ShaheedHaque closed 6 years ago

ShaheedHaque commented 6 years ago

I've been missing the ability to {% debug %} templates since I switched, so I coded up an implementation which I'd like to propose is included with the other extensions: jinja_extensions.py.txt.

If preferred, I could do a PR. To avoid any confusion, note that I've also mentioned this in upstream "jinja" itself at issue 174.

ShaheedHaque commented 6 years ago

I've submitted upstream PR 798.

niwinz commented 6 years ago

Nice! if it is not accepted in the jinja, please submit the PR on this repo ;)

ShaheedHaque commented 6 years ago

Upstream looks stuck, so submitted #215 here as above. Please review and consider merging.

niwinz commented 6 years ago

Merged, thanks!

ShaheedHaque commented 6 years ago

Great! Are you planning a release sometime?

On 13 April 2018 at 08:43, Andrey Antukh notifications@github.com wrote:

Merged, thanks!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/niwinz/django-jinja/issues/213#issuecomment-381052513, or mute the thread https://github.com/notifications/unsubscribe-auth/AEp7KUMmbo-MftAPUgGK9fu5qzi1dlFhks5toFcbgaJpZM4RU5hz .

niwinz commented 6 years ago

yes, probably today

ShaheedHaque commented 6 years ago

Any chance of a release with this in it?