We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1638c4b commit ea406d2Copy full SHA for ea406d2
rest_framework_json_api/views.py
@@ -27,7 +27,7 @@ def __init__(self, **kwargs):
27
28
def get_url(self, name, view_name, kwargs, request):
29
"""
30
- Given an object, return the URL that hyperlinks to the object.
+ Given a name, view name and kwargs, return the URL that hyperlinks to the object.
31
32
May raise a `NoReverseMatch` if the `view_name` and `lookup_field`
33
attributes are not configured to correctly match the URL conf.
0 commit comments