Re: URLField and Web Sockets URLs

2012-10-05 Thread Julian Cerruti
u could modify the validator's regex but I imagine the cleanest way to > do this would be to make a copy of it in your own code base and modify/use > accordingly. > > I'm not sure on the best way to make proposals. Hopefully someone else can > chime in there for you. > >

URLField and Web Sockets URLs

2012-10-04 Thread Julian Cerruti
Apparently the current implementation of URLField rejects Web Sockets URLs such as ws://my.server.com/ This seems to be due to the implementation of the underlying URLValidator, which has a regex to search for ftp or http based URLs only. Is there any chance the URLValidator regexp can be updat