diff options
| author | Tim Graham <timograham@gmail.com> | 2013-01-23 04:42:34 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-01-23 04:49:48 -0500 |
| commit | 0de2645c00c2330060c9889c71afd3a528ed7a3a (patch) | |
| tree | ef446680763d33feadb48cf054704fbb7ade58f5 /docs/ref | |
| parent | b44a5d19244150010fa89691eb2262965fa681d8 (diff) | |
Fixed #19610 - Added enctype note to forms topics doc.
Thanks will@ for the suggestion.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/forms/api.txt | 2 |
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:: |
