diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-07-15 12:41:58 +0200 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-07-15 12:41:58 +0200 |
commit | 2cb665e141e617abe96dec5d038e6a355fbe01a9 (patch) | |
tree | 0679ddaa34ac56fd17e5052b5f593c12f35509f1 /core/views/uploads.py | |
parent | 11756fa0bb4d59185be3b6457782e7ff165baa78 (diff) | |
download | troggle-2cb665e141e617abe96dec5d038e6a355fbe01a9.tar.gz troggle-2cb665e141e617abe96dec5d038e6a355fbe01a9.tar.bz2 troggle-2cb665e141e617abe96dec5d038e6a355fbe01a9.zip |
to-do comments updated
Diffstat (limited to 'core/views/uploads.py')
-rw-r--r-- | core/views/uploads.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/views/uploads.py b/core/views/uploads.py index 23f89fb..8b9656e 100644 --- a/core/views/uploads.py +++ b/core/views/uploads.py @@ -29,9 +29,6 @@ todo = """ Validate image files using a magic recogniser in walletedit() https://pypi.org/project/reportlab/ or https://stackoverflow.com/questions/889333/how-to-check-if-a-file-is-a-valid-image-file - -- Write equivalent GPX upload form system, similar to walletedit() but in expofiles/gpslogs/ - Need to validate it as being a valid GPX file using an XML parser, not a dubious script or hack - Validate Tunnel & Therion files using an XML parser in dwgupload(). Though Julian says tunnel is only mostly correct XML, and it does fail at least one XML parser. |