piccolo_admin icon indicating copy to clipboard operation
piccolo_admin copied to clipboard

A powerful web admin for your database.

Results 74 piccolo_admin issues
Sort by recently updated
recently updated
newest added

I just realised that the screenshot in the media storage docs no longer reflect how the UI actually looks. The options are: add a new screenshot and / or make...

documentation
enhancement

We recently add translation support to Piccolo Admin. We'd love to add support for more languages. To do so, simply copy and modify one of the existing languages: https://github.com/piccolo-orm/piccolo_admin/blob/master/piccolo_admin/translations/data.py For...

enhancement
good first issue

Now we have some basic Cypress tests, it is worth investigating how we can run these as part of GitHub actions. Cypress tests can be notoriously slow, so we might...

good first issue
testing

Sorry for all the issues, but here’s another feature that would be nice. Make it so you can register a callback function for whenever an edit, deletion or addition to...

enhancement

We added the ability to bulk modify rows: https://github.com/piccolo-orm/piccolo_admin/issues/158 Once we've merged these changes into Piccolo API, we should use the new API for bulk updates: https://github.com/piccolo-orm/piccolo_api/pull/145

enhancement

- [x] Be able to bulk delete items in the admin - [x] Be able to bulk modify items in the admin - [x] Improve pagination when dealing with lots...

enhancement

Sorry for all the issues, but would it be possible to add audit logs and password changing to piccolo admin

enhancement

This is a big task, but unlocks a lot of great functionality in the admin. Piccolo doesn't have a particular column type for storing media (images, video etc). It's possible...

enhancement
proposal - input needed

I'm seeing some (potentially) unexpected behavior when encountering database-level input validation errors. For example, if I have a table (app_user) whose `name` column has a uniqueness constraint on it, an...