summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2008-03-11 06:49:36 +0000
committerJames Bennett <ubernostrum@gmail.com>2008-03-11 06:49:36 +0000
commita74299fb61bae1753c385c35c6b3a349507c103c (patch)
treec3d55ff958ce95385bc62faabf02e09725b352b7 /docs
parent866d7fa961702353443edbaaeb253b823c77f6a7 (diff)
Another minor grammatical fix in docs/modelforms.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7223 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/modelforms.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modelforms.txt b/docs/modelforms.txt
index a6babb1fe1..47eaa9a769 100644
--- a/docs/modelforms.txt
+++ b/docs/modelforms.txt
@@ -248,7 +248,7 @@ model fields:
3. Use the ``exclude`` attribute of the ``ModelForm``'s inner ``Meta``
class. This attribute, if given, should be a list of field names
- to exclude the form.
+ to exclude from the form.
For example, if you want a form for the ``Author`` model (defined
above) that includes only the ``name`` and ``title`` fields, you would