summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2008-07-30 11:11:44 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2008-07-30 11:11:44 +0000
commita98d12b1b28db77978be6edc132b279357e25011 (patch)
treee15b52ceab52ea1d3a6d1be19b7666b09829ee8b /docs
parent56bbe0aa462130c29af35e732f56b381644895cb (diff)
Fixed #7998 -- Corrected typo. Thanks to ElliotM for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8152 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/custom_model_fields.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/custom_model_fields.txt b/docs/custom_model_fields.txt
index 956747f1b9..6b8f3c3ac6 100644
--- a/docs/custom_model_fields.txt
+++ b/docs/custom_model_fields.txt
@@ -558,7 +558,7 @@ serializer output in some other place, outside of Django.
Returns a dictionary, mapping the field's attribute name to a
flattened string version of the data. This method has some internal
uses that aren't of interest to use here (mostly having to do with
-formss). For our purposes, it's sufficient to return a one item
+forms). For our purposes, it's sufficient to return a one item
dictionary that maps the attribute name to a string.
This method is used by the serializers to convert the field into a string for