Add a utility for lazily marking text as safe

Review Request #9961 — Created May 18, 2018 and submitted — Latest diff uploaded

Information

Djblets
release-1.0.x
06e2821...

Reviewers

This patch adds the djblets.util.html package, which is intended for
HTML-related utilities. Currently the only contents is the
mark_safe_lazy function, which is a lazily-executed version of
django.utils.safestring.mark_safe.


 
    Loading...