Django

Code

Changeset 5506

Show
Ignore:
Timestamp:
06/21/07 11:05:23 (2 years ago)
Author:
adrian
Message:

Fixed #4648 -- Fixed awkward wording in docs/newforms.txt. Thanks, jim-django@dsdd.org

Files:

Legend:

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

    r5469 r5506  
    111111--------------------------- 
    112112 
    113 A ``Form`` instance is either **bound** or **unbound** to a set of data
     113A ``Form`` instance is either **bound** to a set of data, or **unbound**
    114114 
    115115    * If it's **bound** to a set of data, it's capable of validating that data