juliomalegria / django-chunked-upload

Upload large files to Django in multiple chunks, with the ability to resume if the upload is interrupted.
MIT No Attribution
218 stars 73 forks source link

Adds `on_delete` argument to ForeignKey field in `BaseChunkedUpload` #35

Closed flavioamieiro closed 6 years ago

flavioamieiro commented 6 years ago

Django 2.0 requires ForeignKey and OneToOneFields to have the on_delete argument declared explicitly.

flavioamieiro commented 6 years ago

Hi there! Any comments on this Pull Request? This would fix #36 if merged. If there is anything I need to change to get it merged, just let me know.

juliomalegria commented 6 years ago

Sorry for the delay! Merged. I'll do a release today including this change.