Hi All,

I want to add a new filter names 'noescape'  to django template. After that,

{{ <context variable>|noescape }}

will output the context variable without auto escape.

It will be more convenient than

{% autoescape off %}{{ <context variable> }} {% endautoescape %}

Thanks and regards,

Hans

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/197f7366-4454-4da6-b732-978c2599191f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to