summaryrefslogtreecommitdiff
path: root/docs/ref/forms
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-01-23 04:42:34 -0500
committerTim Graham <timograham@gmail.com>2013-01-23 04:50:24 -0500
commit2e6b0c5ca7265b3cee2ff68a9ef5d1865afb9a49 (patch)
treee9b4810f66887a1ce9e9cd02f8b3d9572b3e9736 /docs/ref/forms
parentf4132140f52c88b67d11743d4062a9d455959ffc (diff)
[1.5.x] Fixed #19610 - Added enctype note to forms topics doc.
Thanks will@ for the suggestion. Backport of 0de2645c00 from master
Diffstat (limited to 'docs/ref/forms')
-rw-r--r--docs/ref/forms/api.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/forms/api.txt b/docs/ref/forms/api.txt
index 4aacbf0a0d..d1f877ff65 100644
--- a/docs/ref/forms/api.txt
+++ b/docs/ref/forms/api.txt
@@ -716,6 +716,8 @@ form data *and* file data::
Testing for multipart forms
~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.. method:: Form.is_multipart
+
If you're writing reusable views or templates, you may not know ahead of time
whether your form is a multipart form or not. The ``is_multipart()`` method
tells you whether the form requires multipart encoding for submission::