def urlize(value): from django.template.defaultfilters import urlize # TODO: Allow usage of urlizetrunc return urlize(value)