glasslion / django-qiniu-storage

Django storage for 七牛云存储
MIT License
190 stars 70 forks source link

ValueError: Cannot serialize: <qiniustorage.backends.QiniuStorage object at 0x110e2a518> #31

Closed callsamleung closed 7 years ago

callsamleung commented 7 years ago

file = FileField(storage=QiniuStorage()) 当执行makemigration时,会失败,显示

    "topics/migrations/#migration-serializing" % (value, get_docs_version())
ValueError: Cannot serialize: <qiniustorage.backends.QiniuStorage object at 0x110e2a518>
There are some values Django cannot serialize into migration files.
For more, see https://docs.djangoproject.com/en/1.11/topics/migrations/#migration-serializing