Django

Code

Changeset 7223

Show
Ignore:
Timestamp:
03/11/08 01:49:36 (9 months ago)
Author:
ubernostrum
Message:

Another minor grammatical fix in docs/modelforms.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/modelforms.txt

    r7222 r7223  
    2492493. Use the ``exclude`` attribute of the ``ModelForm``'s inner ``Meta`` 
    250250   class.  This attribute, if given, should be a list of field names 
    251    to exclude the form. 
     251   to exclude from the form. 
    252252 
    253253For example, if you want a form for the ``Author`` model (defined