Changes between Version 1 and Version 2 of Ticket #34674, comment 4
- Timestamp:
- Jun 23, 2023, 3:16:53 PM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34674, comment 4
v1 v2 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 Fi leFile 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.3 This is not a standard file object, but a FieldFile 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