Skip to content

File field reading

Samuel GAIST requested to merge text_file_reading into django3_migration

This merge request fixes an issue with how files content were read.

The returned content was bytes but by default it should have been text.

This is now fixed with adding support for CXX algorithm which are in fact binary.

Merge request reports