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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34674, comment 4

    v1 v2  
    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 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.
     3This 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.
    44
Back to Top