From e94a24bbd4c58748e44c2b0461d9a46acccdecd9 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 2 Feb 2023 21:50:40 +0000 Subject: to-do lists updates --- core/views/uploads.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/views/uploads.py') 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 -- cgit v1.2.3