tickets: 8188
This data as json
id | created | changetime | last_pulled_from_trac | stage | status | component | type | severity | version | resolution | summary | description | owner | reporter | keywords | easy | has_patch | needs_better_patch | needs_tests | needs_docs | ui_ux |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8188 | 2008-08-09 14:44:30 | 2011-09-28 16:12:16 | 2022-03-06 03:41:35.685367 | Unreviewed | closed | Uncategorized | dev | fixed | file_move_safe not imported in storage.py | Uploading a File larger than FILE_UPLOAD_MAX_MEMORY_SIZE raises a !NameError in storage.py {{{ Exception Type: NameError Exception Value: global name 'file_move_safe' is not defined Exception Location: /Library/Python/2.5/site-packages/django/core/files/storage.py in _save, line 153 }}} Adding {{{ from django.core.files.move import file_move_safe }}} fixes the problem. | nobody | arne | upload, filestorage | 0 | 1 | 0 | 0 | 0 | 0 |