Releases: piccolo-orm/piccolo_admin
Release list
1.2.1
Fixed a bug with Array columns which have choices defined. Both a select and input widget were being shown in some situations.
1.2.0
Python 3.12
Added Python 3.12 support.
Improved Filtering
When filtering Varchar and Text columns, you can now specify the match. Previously, it always defaulted to contains, but now you can specify starts, ends and exact. For example, you can now filter for a movie with a name starting with Star Wars.
When filtering numeric / date / time columns, you can now specify the not equals operator. For example, give me all the movie tickets which aren't on a certain day.
Bug fixes
Fixed some minor bugs, and added additional Playwright tests.
1.1.3
1.1.2
The sidebar styles were improved (see this issue for more info).
1.1.1
1.1.0
1.0.0
Updated to work with Piccolo v1 (which uses Pydantic v2).
The front end code has also been substantially upgraded to use Vue 3.
0.58.0
The default rate limiting is now more aggressive. This can be overridden using the rate_limit_provider argument of create_admin.
0.57.0
Improved the handling of nullable Varchar / Text columns in the UI.
0.56.0
Improved the handling of nullable JSON / JSONB columns in the UI.



