Changes between Initial Version and Version 1 of Ticket #27716
- Timestamp:
- Jan 10, 2017, 10:46:47 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27716 – Description
initial v1 25 25 26 26 The first time a `FileField` is opened it appears to disregard the encoding given and always returns bytes. However the second time it correctly returns a string. If you re-fetch the model then the behavior happens again. 27 28 Just to mention that I'm on Linux, but my co-worker is on Windows and both appear to have this behavior.