Documentation states:
urlize(value, trim_url_limit=None, nofollow=False, target=None)
Converts URLs in plain text into clickable links.
Therefore I expect that anything that looks like URL gets converted to <a href=...> tag. Unfortunately now urlize picks only http and https URLs.
Something has to be changed. Either urlize behaviour or documentation to cleary describe urlize limitations.
Documentation states:
Therefore I expect that anything that looks like URL gets converted to
<a href=...>tag. Unfortunately nowurlizepicks only http and https URLs.Something has to be changed. Either
urlizebehaviour or documentation to cleary describeurlizelimitations.