Changes between Initial Version and Version 1 of Ticket #34674, comment 4
- Timestamp:
- Jun 23, 2023, 3:16:40 PM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34674, comment 4
initial v1 1 1 Getting an error that a file is closed when writing to it, when it was successfully opened for writing seems like a fault to me, no? 2 2 3 This is not a standard file object, but a Django file object if I understand the docs correctly (https://docs.djangoproject.com/en/4.2/ref/files/file/). It's certainly not a file permission issue.3 This is not a standard file object, but a FileFile object if I understand the docs correctly (https://docs.djangoproject.com/en/3.2/ref/models/fields/#filefield-and-fieldfile). It's certainly not a file permission issue. 4 4