Amin Alaee

Results 192 comments of Amin Alaee

hey, what does page=rm mean? these are supposed to be numbers as the errors suggests.

Yeah I think defaulting to the first page is fine. Feel free to create a PR for that.

Closed by #752

I think I understand what the issue is, but this was specifically added to make sqladmin work with fastapi-storages. But I assume you are not using fastapi-storages but just using...

Yeah that makes sense. I will add a minor change to your PR as I think the current code was because of a hacky workaround I did for fastapi-storages.

@smbrine I think I was a bit confused and my previous comment was not accurate. The issue is that when uploading the file everything works es you explained, you open...

But is this accomplished in any tool like Django admin and flask-admin without modifying the behaviour completely? The reason I ask is that is that this is a very specific...

@Mat0mba24 I don't think your issue is related to ajax, you are raising the error in on_model_change method.

It was a bit confusing but at least I know what the issue is now. The`form_ajax_refs` creates the special HTML form and widget with Select2. When there's an error with...

@mmzeynalli What do you mean by storage arguments? Because I think we have storage class variables, if that's what you mean.