mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-26 19:43:59 +03:00
Merge pull request #3571 from JocelynDelalande/patch-2
typo on relations docstring
This commit is contained in:
commit
eeafd40ccd
|
@ -380,7 +380,7 @@ class HyperlinkedIdentityField(HyperlinkedRelatedField):
|
|||
|
||||
class SlugRelatedField(RelatedField):
|
||||
"""
|
||||
A read-write field the represents the target of the relationship
|
||||
A read-write field that represents the target of the relationship
|
||||
by a unique 'slug' attribute.
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user