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

Django 2.1 and above has removed the permalink() decorator

Open dancaron opened this issue 4 years ago • 1 comments

Django 2.1 and above has removed the permalink() decorator.

examples/protected_downloads/download/models.py contains @permalink

Just a note, in case you want to update your example application for modern versions of Django.

dancaron avatar May 15 '20 22:05 dancaron

You might want to check out https://github.com/moggers87/django-sendfile2 if you need to use this project with recent versions of Django.

moggers87 avatar May 16 '20 11:05 moggers87