Django

Code

Changeset 7838

Show
Ignore:
Timestamp:
07/04/08 21:34:37 (2 months ago)
Author:
mtredinnick
Message:

Fixed #7626 -- Fixed a typo in the newforms docs.

Files:

Legend:

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

    r7814 r7838  
    13461346attribute. 
    13471347 
    1348 When you use a ``FileField`` on a form, you must also remember to 
     1348When you use a ``FileField`` in a form, you must also remember to 
    13491349`bind the file data to the form`_. 
    13501350 
     
    14131413Using an ImageField requires that the `Python Imaging Library`_ is installed. 
    14141414 
    1415 When you use a ``FileField`` on a form, you must also remember to 
     1415When you use an ``ImageField`` in a form, you must also remember to 
    14161416`bind the file data to the form`_. 
    14171417