diff options
| author | Simon Meers <simon@simonmeers.com> | 2011-02-23 09:44:40 +0000 |
|---|---|---|
| committer | Simon Meers <simon@simonmeers.com> | 2011-02-23 09:44:40 +0000 |
| commit | f87936fa892fe68114d81b7c77e29f38abb2f18a (patch) | |
| tree | d60c68a79c9b708e1173ce0e11d12d914e499a50 /docs | |
| parent | 8ed8b249efa54d379f018b4ed906980c9865f0c1 (diff) | |
[1.2.X] Fixed #15375 -- clarified apparent contradiction in Form Wizard documentation. Thanks to codysomerville for the report.
Backport of r15633 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15634 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/formtools/form-wizard.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/formtools/form-wizard.txt b/docs/ref/contrib/formtools/form-wizard.txt index c1f7317bb2..3bd33c05b7 100644 --- a/docs/ref/contrib/formtools/form-wizard.txt +++ b/docs/ref/contrib/formtools/form-wizard.txt @@ -7,8 +7,8 @@ Form wizard Django comes with an optional "form wizard" application that splits :doc:`forms </topics/forms/index>` across multiple Web pages. It maintains -state in hashed HTML :samp:`<input type="hidden">` fields, and the data isn't -processed server-side until the final form is submitted. +state in hashed HTML :samp:`<input type="hidden">` fields so that the full +server-side processing can be delayed until the submission of the final form. You might want to use this if you have a lengthy form that would be too unwieldy for display on a single page. The first page might ask the user for |
