Closed aykevl closed 7 years ago
In Python 3, it really matters whether a file is opened as text or as binary.
Technically it's not needed on default_storage.open as it defaults to 'rb', but I've added it for consistency and to avoid any doubt.
In Python 3, it really matters whether a file is opened as text or as binary.
Technically it's not needed on default_storage.open as it defaults to 'rb', but I've added it for consistency and to avoid any doubt.