Django

Code

Changeset 7197

Show
Ignore:
Timestamp:
03/06/08 11:10:04 (9 months ago)
Author:
mtredinnick
Message:

Added a note that cleaned_data is new in the development release.

Files:

Legend:

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

    r6907 r7197  
    243243    >>> f.cleaned_data 
    244244    {'cc_myself': True, 'message': u'Hi there', 'sender': u'foo@example.com', 'subject': u'hello'} 
     245 
     246.. note:: 
     247    **New in Django development version** The ``cleaned_data`` attribute was 
     248    called ``clean_data`` in earlier releases. 
    245249 
    246250Note that any text-based field -- such as ``CharField`` or ``EmailField`` --