Matvey Ivanov

Results 6 issues of Matvey Ivanov

Just push 'Submit new issue'. You don't need to do anything else.

I want to create uploading objects. I see what I can upload a lot of objects, but I see one base64-string how I can get all objects from base64 string?...

I'm developing project with fastadmin. And I need to add foreign key. Code understood type of field and raw_id_fields ![image](https://github.com/user-attachments/assets/0d9c412f-893c-49af-839f-2978934dbeb9) but function deserialize_value don't know what is raw_id mean ![image](https://github.com/user-attachments/assets/31d4aa7b-4f48-4500-b5e4-18dc0912c9ad)...

in FastAdmin you are using asynchronous approach but functions which manage permissions is synchronous and python don't allow throw async request to database please fix to async ![image](https://github.com/user-attachments/assets/c75975ba-1a6c-428e-a2e5-30db4f0d9581) ![image](https://github.com/user-attachments/assets/c10d4ed1-eef5-4e2b-a17b-b4e228d745ba)

I've been developing project with your admin panel with fastapi+sqlAlchemy and I can't understand how I can do this in fastAdmin I see authenticate method and change_password method, but no...

hello, I find that SqlAlchemy don't handle case when need use filter "in" ![image](https://github.com/user-attachments/assets/6de6d2a1-ae92-49a9-8516-6276e955f93e) And when I want to request "in" with 2 filters, func get 1 ![image](https://github.com/user-attachments/assets/386c929a-86de-4429-abca-ba9ea2542760)