Django

Code

Ticket #9189: 9189.diff

File 9189.diff, 499 bytes (added by ericholscher, 1 year ago)
  • docs/ref/templates/builtins.txt

    old new  
    15371537 
    15381538Converts URLs in plain text into clickable links. 
    15391539 
     1540Only works for .com, .net, and .org top level domains. 
     1541 
    15401542Note that if ``urlize`` is applied to text that already contains HTML markup, 
    15411543things won't work as expected. Apply this filter only to *plain* text. 
    15421544