sqladmin icon indicating copy to clipboard operation
sqladmin copied to clipboard

SQLAlchemy Admin for FastAPI and Starlette

Results 84 sqladmin issues
Sort by recently updated
recently updated
newest added

Add possibility to create custom method to interact with the models, and have an button to trigger from interface For example you can add a method to trigger a specific...

### Checklist - [X] There are no similar issues or pull requests for this yet. ### Is your feature related to a problem? Please describe. I need a `QuerySelectField` alternative...

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

### Checklist - [X] There are no similar issues or pull requests for this yet. ### Is your feature related to a problem? Please describe. _No response_ ### Describe the...

Resolve https://github.com/aminalaee/sqladmin/discussions/227 Add a new `RadioField` suited for tabler UI, meanwhile a new `ListWidget` with more options. Preview:

This PR attempts to add the remaining sqlachemy_utils data types. Complete list here: https://sqlalchemy-utils.readthedocs.io/en/latest/data_types.html#module-sqlalchemy_utils.types.choice. Notes for each one appear below: - ArrowType: already implemented - **ChoiceType**: got this to work,...

Need to check SQLAlchemy V2 migration steps. As far as I can see we're using SQLAlchemy 1.4 features, It should be ready, but needs checking and fixing.

enhancement

### Checklist - [x] There are no similar issues or pull requests for this yet. ### Is your feature related to a problem? Please describe. Hello. In my project I...

hold

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

### Checklist - [X] There are no similar issues or pull requests for this yet. ### Is your feature related to a problem? Please describe. Hello, great work ! :)...

waiting-for-feedback