Hello, I want to setup a Model like this <https://github.com/Simonas0/django_playground/blob/master/files_in_custom_fields/models.py>, but apparently FileField in custom field doesn't work out of box (when trying to save, I get the error "can't adapt type 'TemporaryUploadedFile'"). FileField, which is directly in Model, works fine. I've tried what came to my mind, but I'm relatively new to Django and can't figure out myself. Could anyone help me?
-- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/c34d85b3-78d6-4d89-804f-b1cf2f77c2e5%40googlegroups.com.

