Skip to content

Fix template FileField reading

Samuel GAIST requested to merge fix_template_filefield_reading into django3_migration

This merge request fixes all templates where a FileField content was read directly rather than using the associated property who would give the correct output.

Fixes #566 (closed)

Merge request reports