mirror of
https://github.com/django/django.git
synced 2025-01-26 18:19:18 +00:00
af64429b99
The idea is that if an object implements __html__ which returns a string this is used as HTML representation (eg: on escaping). If the object is a str or unicode subclass and returns itself the object is a safe string type. This is an updated patch based on jbalogh and ivank patches.