jazzband / django-downloadview

Serve files with Django.
https://django-downloadview.readthedocs.io
Other
381 stars 58 forks source link

VirtualDownloadView uses force_bytes() to support both text and binary files #60

Closed benoitbryon closed 10 years ago

benoitbryon commented 10 years ago

Related to #44:

As I understood @claudep notes about File: File is not intended to support text-mode files (only binary ones). So move the text-mode support to VirtualFile. ContentFile does something similar.