#10873: urlize
--------------------------------------+-------------------------------------
          Reporter:  onno             |         Owner:  nobody    
            Status:  closed           |     Milestone:            
         Component:  Template system  |       Version:  1.1-beta-1
        Resolution:  invalid          |      Keywords:  urlize    
             Stage:  Unreviewed       |     Has_patch:  0         
        Needs_docs:  0                |   Needs_tests:  0         
Needs_better_patch:  0                |  
--------------------------------------+-------------------------------------
Changes (by lukeplant):

  * status:  new => closed
  * needs_better_patch:  => 0
  * resolution:  => invalid
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 urlize works exactly as advertised, and URLField does too.

 Strictly speaking, www.example.com is not a URL, it is a domain, so it
 seems reasonable that URLField should either not accept it as a URL or
 convert it so that it is a URL.  urlize is for marking up users' text in
 things like comments, whereas URLField is meant for storing URLs in the
 database, so it makes sense that it should be more fussy and only store
 actual URLs.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/10873#comment:1>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to