Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/encode/django-rest-framework
/ NotFound
Class
NotFound
rest_framework/exceptions.py:188–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
187
188
class
NotFound(APIException):
189
status_code = status.HTTP_404_NOT_FOUND
190
default_detail = _(
'Not found.'
)
191
default_code =
'not_found'
192
193
194
class
MethodNotAllowed(APIException):
Callers
2
paginate_queryset
Method · 0.90
decode_cursor
Method · 0.90
Calls
1
_
Function · 0.85
Tested by
no test coverage detected