#18517: URLField does not support url with underscore
-----------------------------+--------------------------------------
     Reporter:  guoqiao      |                    Owner:  nobody
         Type:  Bug          |                   Status:  new
    Component:  Core (URLs)  |                  Version:  1.6
     Severity:  Normal       |               Resolution:
     Keywords:  URLFiled     |             Triage Stage:  Unreviewed
    Has patch:  0            |      Needs documentation:  0
  Needs tests:  0            |  Patch needs improvement:  0
Easy pickings:  1            |                    UI/UX:  0
-----------------------------+--------------------------------------
Changes (by Ramiro):

 * status:  closed => new
 * resolution:  wontfix =>


Comment:

 Underscores are very much a real thing in hostnames.  Please reconsider
 this case on the latest version of code.  Many sites (especially malicious
 ones) may employ the use of underscores.  So I am trying to use Django's
 validators to tell me about *actual* malformed URL's, not those that might
 just be typos.  It's a validator afterall and IMO it should follow the
 standard and not have it's own standard.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/18517#comment:7>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.0beef951e93599a9e743b9dda32e3549%40djangoproject.com.

Reply via email to