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.
>
>
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
2 matches
Mail list logo