This commit is contained in:
JocelynDelalande 2015-10-29 16:20:44 +01:00
parent dd512a8ec0
commit 3b25207099

View File

@ -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.
"""