Merge pull request #3571 from JocelynDelalande/patch-2

typo on relations docstring
This commit is contained in:
Xavier Ordoquy 2015-10-29 16:23:55 +01:00
commit eeafd40ccd

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