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

Django 1.9 doesn't perform the migrations #17

Closed SpaceK33z closed 7 years ago

SpaceK33z commented 8 years ago

Django 1.9 removes support for automatic loading of initial_data fixtures and initial SQL data. Because of this, it doesn't perform any migrations for django-chunked-upload.

juliomalegria commented 8 years ago

I don't quite get this issue. I don't see any migrations on the code, as it currently is.