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
214 stars 71 forks source link

Modify the upload_id field by Django builtin UUIDField #20

Closed tcztzy closed 7 years ago

tcztzy commented 8 years ago

New in Django 1.8, there is a new field called UUIDField.

Feel free to close this for the consideration of being compatible with the former edition.

juliomalegria commented 7 years ago

Yes. I'd rather not merge this since that would mean dropping support for Django<1.8.