jazzband / django-downloadview

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

HTTPFile has 'content_type' property #118

Closed benoitbryon closed 8 years ago

benoitbryon commented 8 years ago

Allows HTTPDownloadView to proxy Content-Type header. Refs #116

Natim commented 8 years ago

Should we add a test for it?

benoitbryon commented 8 years ago

Should we add a test for it?

Ahah, you are right :) Done: implementation of "content_type" property makes the test pass (it fails without it).

benoitbryon commented 8 years ago

@Natim: is it ok for you?

Natim commented 8 years ago

I didn't answer yesterday but I did review it :+1: