The Django example here shows the use of the following import
from django.utils.html import format_html_join
However, this import cannot be resolved.
Has it changed its name? or moved? Where can I find it now?
PS I'm using Django 1.4.5 (current stable version)