fastadmin icon indicating copy to clipboard operation
fastadmin copied to clipboard

FastAdmin is an easy-to-use Admin Dashboard App for FastAPI/Flask/Django inspired by Django Admin.

Results 34 fastadmin issues
Sort by recently updated
recently updated
newest added

### Summary `qs` updated on each iteration over search fields [bug]. It's better to use `OR` in database to search through several fields.

### Summary fix: unique dashboard query key

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...