django-sendfile icon indicating copy to clipboard operation
django-sendfile copied to clipboard

Django 1.9 support

Open vladir opened this issue 9 years ago • 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

vladir avatar Feb 16 '16 03:02 vladir

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 https://github.com/johnsensible/django-sendfile/issues/50.

johnsensible avatar Feb 16 '16 09:02 johnsensible

Thanks for your quick response @johnsensible. I agree, ok I will do it myself, and I will post an update here ;)

vladir avatar Feb 16 '16 14:02 vladir

Worked like a charm with Django 1.9.2 @johnsensible :). I just did the tests ;)

vladir avatar Mar 03 '16 14:03 vladir

It works with Django 1.10 as well. Might be worth updating the documentation.

timabbott avatar Apr 07 '17 23:04 timabbott