mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-23 01:57:00 +03:00
commit
066d51faa1
|
@ -237,7 +237,7 @@ class RelatedField(WritableField):
|
||||||
"""
|
"""
|
||||||
Base class for related model fields.
|
Base class for related model fields.
|
||||||
|
|
||||||
If not overridden, this represents a to-one relatinship, using the unicode
|
If not overridden, this represents a to-one relationship, using the unicode
|
||||||
representation of the target.
|
representation of the target.
|
||||||
"""
|
"""
|
||||||
widget = widgets.Select
|
widget = widgets.Select
|
||||||
|
|
Loading…
Reference in New Issue
Block a user