Re: FileField in custom field

2019-11-05 Thread Simonas Pilkauskas
;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 >> 'TemporaryUploadedF

Re: FileField in custom field

2019-11-05 Thread Integr@te System
heck in this content. On Tue, Nov 5, 2019, 20:01 Simonas Pilkauskas < simonas.pilkaus...@hotmail.com> wrote: > 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

FileField in custom field

2019-11-05 Thread Simonas Pilkauskas
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 'TemporaryU