Changes between Version 2 and Version 3 of Ticket #26119
- Timestamp:
- Jan 21, 2016, 10:36:40 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26119 – Description
v2 v3 1 1 Django uses `urllib.urlsplit` to parse an URL but in certain cases this is failing on URLs the regular expressions in `URLValidator` deems valid. 2 2 3 This appears to be a problem in 1.6+3 This appears to be a problem at least in 1.6+, probably since the `URLValidator` exists. 4 4 5 5 Pull Request: https://github.com/django/django/pull/6010