Author: adrian
Date: 2006-07-27 21:42:44 -0500 (Thu, 27 Jul 2006)
New Revision: 3475
Modified:
django/trunk/docs/forms.txt
Log:
Fixed ReST error in docs/forms.txt
Modified: django/trunk/docs/forms.txt
===================================================================
--- django/trunk/docs/forms.txt 2006-07-28 02:30:36 UTC (rev 3474)
+++ django/trunk/docs/forms.txt 2006-07-28 02:42:44 UTC (rev 3475)
@@ -405,10 +405,10 @@
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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---