sqladmin
sqladmin copied to clipboard
SQLAlchemy Admin for FastAPI and Starlette
### Checklist - [X] There are no similar issues or pull requests for this yet. ### Is your feature related to a problem? Please describe. In the list view for...
### Checklist - [X] The bug is reproducible against the latest release or `master`. - [X] There are no similar issues or pull requests to fix it yet. ### Describe...
Theoretically this merge should not affect existing behavior, it's more of a solution for a very specific case. It fixes #723 which was opened by me just for maintainability and,...
change QuerySelectMultipleField use select2 multiple
### Checklist - [X] The bug is reproducible against the latest release or `master`. - [X] There are no similar issues or pull requests to fix it yet. ### Describe...
There is an unhandled exception in `AjaxSelect2Widget` after any exception in `model_view.insert_model`. The error occurs when you pick something in the Ajax select box and there is an exception in...
### Checklist - [X] The bug is reproducible against the latest release or `master`. - [X] There are no similar issues or pull requests to fix it yet. ### Describe...
Relatated to #681
Related to https://github.com/aminalaee/sqladmin/issues/704
This creates the 'flash' function which can be called from any view. Then the next page load will display the message. It also added messages to the 'create', 'edit', 'delete'...