diff options
| author | Stephan Groß | 2012-11-07 17:19:13 +0100 |
|---|---|---|
| committer | Stephan Groß | 2012-11-07 17:19:13 +0100 |
| commit | f3c94acc4a1917c7c1899ef6bdbc67e25e8ede6e (patch) | |
| tree | c8a4b6c427a51fa96c3c655dcda78f7da6a2c3c1 /rest_framework/fields.py | |
| parent | 3debd7b1a20988350ee6cb93ecc0f55dcff315a0 (diff) | |
| download | django-rest-framework-f3c94acc4a1917c7c1899ef6bdbc67e25e8ede6e.tar.bz2 | |
fixed typo
Diffstat (limited to 'rest_framework/fields.py')
| -rw-r--r-- | rest_framework/fields.py | 2 |
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 |
