aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
diff options
context:
space:
mode:
authorStephan Groß2012-11-07 17:19:13 +0100
committerStephan Groß2012-11-07 17:19:13 +0100
commitf3c94acc4a1917c7c1899ef6bdbc67e25e8ede6e (patch)
treec8a4b6c427a51fa96c3c655dcda78f7da6a2c3c1 /rest_framework
parent3debd7b1a20988350ee6cb93ecc0f55dcff315a0 (diff)
downloaddjango-rest-framework-f3c94acc4a1917c7c1899ef6bdbc67e25e8ede6e.tar.bz2
fixed typo
Diffstat (limited to 'rest_framework')
-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 651793e2..a4e29a30 100644
--- a/rest_framework/fields.py
+++ b/rest_framework/fields.py
@@ -237,7 +237,7 @@ class RelatedField(WritableField):
"""
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.
"""
widget = widgets.Select