fastadmin icon indicating copy to clipboard operation
fastadmin copied to clipboard

deserialize_value

Open matv864 opened this issue 1 year ago • 1 comments

I'm developing project with fastadmin. And I need to add foreign key. Code understood type of field and raw_id_fields

image

but function deserialize_value don't know what is raw_id mean

image

what about add pydantic by optional or add code here to handle more data types?

matv864 avatar Sep 18 '24 23:09 matv864

good catch - I will fix

vsdudakov avatar Sep 21 '24 20:09 vsdudakov

I cannot reproduce with sqlite - will try with postgrtesql could you send me traceback from dev server run of 500

vsdudakov avatar Nov 20 '24 20:11 vsdudakov

Probably it could be fixed here https://github.com/vsdudakov/fastadmin/releases/tag/0.2.17

vsdudakov avatar Dec 25 '24 18:12 vsdudakov