Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
821
class
UUIDField(Field):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected