Changes between Version 1 and Version 2 of Ticket #26119
- Timestamp:
- Jan 21, 2016, 10:36:10 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26119 – Description
v1 v2 1 Django uses `urllib.urlsplit` to parse an URL but in certain cases this is failing on URLs the regular expressions in `URLValidator` deem valid.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 3 This appears to be a problem in 1.6+