diff options
| author | Timo Graham <timograham@gmail.com> | 2010-12-26 00:46:36 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2010-12-26 00:46:36 +0000 |
| commit | 89cb543f9e4f823fe53140c3b597e2d4b6418562 (patch) | |
| tree | 5152a46990fe4fe8833484096a973a725803a051 /docs/ref/forms/api.txt | |
| parent | 40f2bb37c9e3c5f11716f513a4739a88bc82ca34 (diff) | |
[1.2.X] Fixed #14000 - Remove versionadded/changed tags for 1.0. thanks ramiro!
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15056 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/forms/api.txt')
| -rw-r--r-- | docs/ref/forms/api.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/ref/forms/api.txt b/docs/ref/forms/api.txt index 613d7544a9..e0aa73a289 100644 --- a/docs/ref/forms/api.txt +++ b/docs/ref/forms/api.txt @@ -195,9 +195,6 @@ it, you can access the clean data via its ``cleaned_data`` attribute:: >>> f.cleaned_data {'cc_myself': True, 'message': u'Hi there', 'sender': u'foo@example.com', 'subject': u'hello'} -.. versionchanged:: 1.0 - The ``cleaned_data`` attribute was called ``clean_data`` in earlier releases. - Note that any text-based field -- such as ``CharField`` or ``EmailField`` -- always cleans the input into a Unicode string. We'll cover the encoding implications later in this document. @@ -667,8 +664,6 @@ those classes as an argument:: Binding uploaded files to a form -------------------------------- -.. versionadded:: 1.0 - Dealing with forms that have ``FileField`` and ``ImageField`` fields is a little more complicated than a normal form. |
