Django 1.9 support
vladir opened this issue · 4 comments
I'm on my way of upgrading a project that uses django-sendfile
to Django 1.9
. Is Django 1.9
already supported? Thanks in advance
Well send file is pretty small. I don't really see any reason why not.
All it really does is set some headers on the response object.
However I've not tried it myself. I'd suggest trying it and reporting
back here.
On 16/02/16 03:18, Vladir Parrado Cruz wrote:
I'm on my way of upgrading a project that uses |django-sendfile| to
|Django 1.9|. Is |Django 1.9| already supported? Thanks in advance—
Reply to this email directly or view it on GitHub
#50.
Thanks for your quick response @johnsensible. I agree, ok I will do it myself, and I will post an update here ;)
Worked like a charm with Django 1.9.2
@johnsensible :). I just did the tests ;)
It works with Django 1.10 as well. Might be worth updating the documentation.