Allowing numbers in 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

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