Re: Allowing numbers in the top level domain

2019-10-30 Thread Aymeric Augustin
Hello, Also, as far as I know, the URLValidator is intended to catch common mistakes of people typing URLs in text fields rather than to enforce strictly a standard. Best regards, -- Aymeric. Le mer. 30 oct. 2019 à 08:40, Claude Paroz a écrit : > Hi, > > Could you please tell us a bit more a

Re: Allowing numbers in the top level domain

2019-10-30 Thread Claude Paroz
Hi, Could you please tell us a bit more about what the specs say about numbers in the top-level domain? Claude -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop rece

Allowing numbers in the top level domain

2019-10-29 Thread s b f
https://code.djangoproject.com/ticket/30924#ticket The current regex in ​URLValidator does not allow numbers in the top-level domain e.g. www.example.org33 raises a ValidationError Rarely, if ever, do public top-level domains contain a number, however internal, private networks can certainly b