From a74299fb61bae1753c385c35c6b3a349507c103c Mon Sep 17 00:00:00 2001 From: James Bennett Date: Tue, 11 Mar 2008 06:49:36 +0000 Subject: [PATCH] Another minor grammatical fix in docs/modelforms.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@7223 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/modelforms.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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