Fixed ReST error in docs/forms.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@3475 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-07-28 02:42:44 +00:00
parent e5b51925ac
commit 2ef762f8f4
1 changed files with 3 additions and 3 deletions

View File

@ -405,10 +405,10 @@ Here's a simple function that might drive the above form::
form = forms.FormWrapper(manipulator, new_data, errors)
return render_to_response('contact_form.html', {'form': form})
``FileField``s and ``ImageField``s
==================================
``FileField`` and ``ImageField`` special cases
==============================================
Dealing with ``FileField``s and ``ImageField``s is a little more
Dealing with ``FileField`` and ``ImageField`` objects is a little more
complicated.
First, you'll need to make sure that your ``<form>`` element correctly defines