Amin Alaee

Results 234 comments of Amin Alaee

Wouldn't that affect all backends? They basically use the same attribute. And I don't think the description is really accurate, maybe you might want to update that.

Hey, thanks for reporting and creating the PR. Can you explain the purpose and probably add the tests for it?

Hey, thanks for the suggestion. Yes that makes sense. The problem is there might be some classes not inheriting from `AuthModelAdmin ` so they might be visible in the page....

I've added basic support for Authentication in https://github.com/aminalaee/sqladmin/pull/277 I'll update the documentation how to use it, but this will achieve what you want.

Hi @okapies That would be `form_ajax_refs` and it's a WIP in https://github.com/aminalaee/sqladmin/pull/149. It needs a bit of change in the main logic but definitely a must-have.

Merged in https://github.com/aminalaee/sqladmin/pull/292 and will be available in `0.5.0`.

Hey, thanks for the feedback. I'm open to the idea, but can you explain more why/how this is needed? Let's say by default your Admin will server /admin and your...

Yeah I think generally we should allow this. One way would be to add routes using the Admin app instance: `admin.app.add_route` and another way maybe would be to expose this...

Just to keep track of this on SQLModel side: https://github.com/tiangolo/sqlmodel/pull/322

Hey, thanks for reporting this. I think maybe a better approach would be to use a Bootstrap DateTime picker and not depend on the browser supports? What do you think?...