ojuso-map/apps/files
Anna Sidwell 79dffadd14 Restore names of uploaded files on submit/draft restore (#65)
This involved turning the list of file IDs stored in the hidden
text field into JSON.
2018-10-12 18:34:39 -04:00
..
migrations Text fields shouldn't have null=True. (#94) 2018-09-22 19:09:05 +01:00
static/files Restore names of uploaded files on submit/draft restore (#65) 2018-10-12 18:34:39 -04:00
__init__.py Initial file uploding w/ new "files" app 2018-04-19 15:57:18 -04:00
admin.py Initial file uploding w/ new "files" app 2018-04-19 15:57:18 -04:00
apps.py Initial file uploding w/ new "files" app 2018-04-19 15:57:18 -04:00
forms.py Use multi-file upload for "images" field 2018-05-29 23:16:51 -04:00
models.py Restore names of uploaded files on submit/draft restore (#65) 2018-10-12 18:34:39 -04:00
tests.py Fix crashing test 2018-09-22 22:25:35 -04:00
urls.py Fix crashing test 2018-09-22 22:25:35 -04:00
views.py Fix crashing test 2018-09-22 22:25:35 -04:00