Changes between Initial Version and Version 1 of Ticket #34674, comment 4


Ignore:
Timestamp:
Jun 23, 2023, 3:16:40 PM (15 months ago)
Author:
Jeroen Jacobs

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34674, comment 4

    initial v1  
    11Getting 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?
    22
    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.
     3This 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.
    44
Back to Top