mirror of
https://github.com/django/django.git
synced 2025-11-02 04:48:33 +00:00
Fixed #22299 -- Cleanup wizard temp files when possible.
Thanks to @erikr for the review.
This commit is contained in:
parent
b66e85342b
commit
fa8b473528
3 changed files with 30 additions and 4 deletions
|
|
@ -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
|
||||
======================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue