diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-02-02 21:50:40 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-02-02 21:50:40 +0000 |
commit | e94a24bbd4c58748e44c2b0461d9a46acccdecd9 (patch) | |
tree | 8b7697b3c235838e0e16033e43e9c4dee0ba249b /core/views/uploads.py | |
parent | e0a198bac522e138ef46f983b6c9455b17f787ce (diff) | |
download | troggle-e94a24bbd4c58748e44c2b0461d9a46acccdecd9.tar.gz troggle-e94a24bbd4c58748e44c2b0461d9a46acccdecd9.tar.bz2 troggle-e94a24bbd4c58748e44c2b0461d9a46acccdecd9.zip |
to-do lists updates
Diffstat (limited to 'core/views/uploads.py')
-rw-r--r-- | core/views/uploads.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/views/uploads.py b/core/views/uploads.py index 21a6844..d6aaf8d 100644 --- a/core/views/uploads.py +++ b/core/views/uploads.py @@ -20,7 +20,7 @@ from .auth import login_required_if_public """ todo = """ -- Register uploaded filenames in the Django db without needing to wait for a reset & bulk file import +- Register freshly uploaded filenames in the Django db without needing to wait for a reset & bulk file import - Need to validate uploaded file as being a valid file type, not a dubious script or hack @@ -33,7 +33,6 @@ todo = """ https://stackoverflow.com/questions/889333/how-to-check-if-a-file-is-a-valid-image-file - Enable folder creation in dwguploads or as a separate form - """ class FilesForm(forms.Form): # not a model-form, just a form-form |