Changes between Version 2 and Version 3 of Ticket #26119


Ignore:
Timestamp:
Jan 21, 2016, 10:36:40 PM (8 years ago)
Author:
Christopher Grebs
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26119 – Description

    v2 v3  
    11Django uses `urllib.urlsplit` to parse an URL but in certain cases this is failing on URLs the regular expressions in `URLValidator` deems valid.
    22
    3 This appears to be a problem in 1.6+
     3This appears to be a problem at least in 1.6+, probably since the `URLValidator` exists.
    44
    55Pull Request: https://github.com/django/django/pull/6010
Back to Top