Changes between Initial Version and Version 1 of Ticket #28170
- Timestamp:
- May 3, 2017, 7:32:31 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28170
- Property Component Core (Other) → File uploads/storage
-
Ticket #28170 – Description
initial v1 1 1 I upgraded from DJango 1.10.6 to 1.11 and can no longer use FileField to upload files larger than 2.5 MB. When an attempt is made to upload a larger file I get the error below occurs. Please note if I downgrade to 1.10.6 again the upload feature works just fine. 2 2 {{{ 3 3 Django Version: 1.11 4 4 Exception Type: PermissionError … … 118 118 Exception Type: PermissionError at /orders/service/vpn/5/ 119 119 Exception Value: [Errno 1] Operation not permitted 120 }}}