Another minor grammatical fix in docs/modelforms.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@7223 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
James Bennett 2008-03-11 06:49:36 +00:00
parent 866d7fa961
commit a74299fb61
1 changed files with 1 additions and 1 deletions

View File

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