MCPcopy Index your code
hub / github.com/encode/django-rest-framework / __init__

Method __init__

rest_framework/fields.py:815–818  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

813 }
814
815 def __init__(self, **kwargs):
816 super().__init__(**kwargs)
817 validator = URLValidator(message=self.error_messages['invalid'])
818 self.validators.append(validator)
819
820
821class UUIDField(Field):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected