summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2014-03-21 03:38:25 -0400
committerSimon Charette <charette.s@gmail.com>2014-03-22 17:48:12 -0400
commitfa8b4735287c92b03d23823de8a4e1168d1951d9 (patch)
tree732ae802655b98460785200f25c255dbfc1031bd /docs/ref
parentb66e85342b6ab28b7f48b47fe3fcfbccd5d9943f (diff)
Fixed #22299 -- Cleanup wizard temp files when possible.
Thanks to @erikr for the review.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/formtools/form-wizard.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/contrib/formtools/form-wizard.txt b/docs/ref/contrib/formtools/form-wizard.txt
index c8caed746a..1506b3c189 100644
--- a/docs/ref/contrib/formtools/form-wizard.txt
+++ b/docs/ref/contrib/formtools/form-wizard.txt
@@ -629,9 +629,9 @@ storage class <builtin-fs-storage>`)::
.. warning::
- Please remember to take care of removing old files as the
- :class:`WizardView` won't remove any files, whether the wizard gets
- finished correctly or not.
+ Please remember to take care of removing old temporary files, as the
+ :class:`WizardView` will only remove these files if the wizard finishes
+ correctly.
Conditionally view/skip specific steps
======================================