This commit is contained in:
Stephan Groß 2012-11-07 08:19:47 -08:00
commit 6eb95c4db5

View File

@ -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