Merge pull request #382 from minddust/master

fixed typo
This commit is contained in:
Tom Christie 2012-11-07 12:01:38 -08:00
commit 066d51faa1

View File

@ -237,7 +237,7 @@ class RelatedField(WritableField):
""" """
Base class for related model fields. 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. representation of the target.
""" """
widget = widgets.Select widget = widgets.Select