Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/encode/django-rest-framework
/ get_url_kwargs
Function
get_url_kwargs
rest_framework/utils/field_mapping.py:314–317 ·
view source on GitHub ↗
(model_field)
Source
from the content-addressed store, hash-verified
312
313
314
def
get_url_kwargs(model_field):
315
return
{
316
'view_name'
: get_detail_view_name(model_field)
317
}
318
319
320
def
get_unique_error_message(model_field):
Callers
1
build_url_field
Method · 0.90
Calls
1
get_detail_view_name
Function · 0.85
Tested by
no test coverage detected