From fa8b4735287c92b03d23823de8a4e1168d1951d9 Mon Sep 17 00:00:00 2001 From: Simon Charette Date: Fri, 21 Mar 2014 03:38:25 -0400 Subject: Fixed #22299 -- Cleanup wizard temp files when possible. Thanks to @erikr for the review. --- docs/ref/contrib/formtools/form-wizard.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') 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 `):: .. 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 ====================================== -- cgit v1.3