Project

Profile

Help

Issue #6860

Updated by fao89 almost 4 years ago

DRF issue: https://github.com/encode/django-rest-framework/issues/7354 

 URLField from DRF hides endpoints on browsable schema view, 
 it uses django validator that introduces <! on the regex that validates the domain 
 URLField: https://github.com/encode/django-rest-framework/blob/603aac7db10671dea1975ea3023b5488815aa1ca/rest_framework/fields.py#L885-L893 
 django validator: https://github.com/django/django/blob/d6aff369ad33457ae2355b5b210faf1c4890ff35/django/core/validators.py#L63-L92 

Back