FieldFile ValueError #113
-
I get an exception when trying to read this value Setting.get("SPLASHSCREEN_IMAGE") In case when there's no value in fields with type TYPE_FILE & TYPE_IMAGE in django admin. I tried to fix it with default option, but it still dsn't work Settings with values returns <class 'django.db.models.fields.files.FieldFile'> and <class 'django.db.models.fields.files.FieldImage'>. Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@led788 this may be a bug, could you submit a PR with a failing test case? |
Beta Was this translation helpful? Give feedback.
@led788 this may be a bug, could you submit a PR with a failing test case?