mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-05 04:50:12 +03:00
Merge d7cdb15743
into fd72a814f8
This commit is contained in:
commit
2db52a665d
|
@ -33,7 +33,7 @@ def method_overridden(method_name, klass, instance):
|
||||||
|
|
||||||
class Hyperlink(six.text_type):
|
class Hyperlink(six.text_type):
|
||||||
"""
|
"""
|
||||||
A string like object that additionally has an associated name.
|
A stringlike object that additionally has an associated name.
|
||||||
We use this for hyperlinked URLs that may render as a named link
|
We use this for hyperlinked URLs that may render as a named link
|
||||||
in some contexts, or render as a plain URL in others.
|
in some contexts, or render as a plain URL in others.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user