aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/fields.py
diff options
context:
space:
mode:
authorTom Christie2012-11-02 20:56:51 +0000
committerTom Christie2012-11-02 20:56:51 +0000
commit8ec54e6a9fe8e46955098ca8e7d728d8bb4f7053 (patch)
treeb05785b086d21435abcd723fa88661d9a5609acf /rest_framework/fields.py
parent6eaec7a0eccabb3e1b010d07633632e8a3ecd86f (diff)
downloaddjango-rest-framework-8ec54e6a9fe8e46955098ca8e7d728d8bb4f7053.tar.bz2
Tweaks
Diffstat (limited to 'rest_framework/fields.py')
-rw-r--r--rest_framework/fields.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/fields.py b/rest_framework/fields.py
index 965e22c4..661d02de 100644
--- a/rest_framework/fields.py
+++ b/rest_framework/fields.py
@@ -344,7 +344,7 @@ class ManyRelatedField(ManyRelatedMixin, RelatedField):
"""
Base class for related model managers.
- If not overridden, this represents a to-many relatinship, using the unicode
+ If not overridden, this represents a to-many relationship, using the unicode
representations of the target, and is read-only.
"""
pass