diff options
Diffstat (limited to 'django/core/files/uploadhandler.py')
| -rw-r--r-- | django/core/files/uploadhandler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/core/files/uploadhandler.py b/django/core/files/uploadhandler.py index ddfb7e0116..613983581c 100644 --- a/django/core/files/uploadhandler.py +++ b/django/core/files/uploadhandler.py @@ -52,7 +52,7 @@ class SkipFile(UploadFileException): class StopFutureHandlers(UploadFileException): """ - Upload handers that have handled a file and do not want future handlers to + Upload handlers that have handled a file and do not want future handlers to run should raise this exception instead of returning None. """ pass |
