diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-07-28 02:42:44 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-07-28 02:42:44 +0000 |
| commit | 2ef762f8f49f2e229d10856d976c78a657a22088 (patch) | |
| tree | d9808c5ac9bbf07fc1bfa8294078ac2b7bf16b81 /docs/forms.txt | |
| parent | e5b51925aca6e6a868eea24f084318185d0bb52d (diff) | |
Fixed ReST error in docs/forms.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3475 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/forms.txt')
| -rw-r--r-- | docs/forms.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/forms.txt b/docs/forms.txt index c1a43bc0d2..67408f3c5d 100644 --- a/docs/forms.txt +++ b/docs/forms.txt @@ -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 |
