Skip to content

Releases: piccolo-orm/piccolo_admin

1.1.2

10 Nov 17:13
Compare
Choose a tag to compare

The sidebar styles were improved (see this issue for more info).

1.1.1

08 Nov 09:50
Compare
Choose a tag to compare

Fixed a regression in Piccolo Admin v1, where nullable boolean fields defaulted to null instead of all in the filter sidebar. This was caused by changes in Pydantic v2, where the JSON schema changed.

Screenshot 2023-11-08 at 09 49 47

1.1.0

05 Nov 01:03
Compare
Choose a tag to compare

Big improvements to Timestamptz columns:

  • Piccolo Admin now displays the timezone in the UI.
Screenshot 2023-11-05 at 00 58 11
  • The resolution of the widget can be specified using TableConfig.time_resolution, so you can decide if the user can pick seconds / milliseconds.
Screenshot 2023-11-05 at 00 58 54

1.0.0

20 Oct 02:51
Compare
Choose a tag to compare

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

11 Sep 12:04
Compare
Choose a tag to compare

The default rate limiting is now more aggressive. This can be overridden using the rate_limit_provider argument of create_admin.

0.57.0

22 Aug 14:31
Compare
Choose a tag to compare

Improved the handling of nullable Varchar / Text columns in the UI.

0.56.0

07 Aug 20:28
Compare
Choose a tag to compare

Improved the handling of nullable JSON / JSONB columns in the UI.

0.55.0

24 Jul 22:08
Compare
Choose a tag to compare

When deleting a row, if a problem is encountered then an error message is now shown in the UI.

This is useful if we have constraints on the table (for example ON DELETE RESTRICT).

Screenshot 2023-07-24 at 23 08 22

Support for Python 3.7 was dropped as it's now end of life.

0.54.0

13 Jul 17:40
Compare
Choose a tag to compare

Improved the behaviour of the referencing tables links on the detail page (see #321 for more info).

image

0.53.0

13 Jul 10:23
Compare
Choose a tag to compare

Improved the UI for JSON fields (the cursor would sometimes jump to the bottom).