Releases: piccolo-orm/piccolo_admin
Releases Β· piccolo-orm/piccolo_admin
1.9.0
Forms can now be grouped in the sidebar. This is useful when you have lots of forms and want to keep things organised. Thanks to @sinisaos for this.
1.8.2
Added a missing JPEG file for an example form.
1.8.1
Added some more example forms.
1.8.0
Piccolo Admin forms can now be used to download files, e.g. CSV and PDF files, which are really useful for reporting purposes. Many thanks to @sinisaos for the help on this.
1.7.1
Make the MFA Setup
URL relative, so it works when Piccolo Admin isn't mounted at the root.
1.7.0
Added support for Multi-factor Authentication!
Many thanks to @sinisaos and @Skelmis for their help with this.
1.6.0
When downloading a CSV file from the row listing page, you can now specify which columns you want to download.
1.5.0
On the add row and edit row forms, the save button is now temporarily disabled after being pressed (until the API call finishes). This is to prevent a user from accidentally clicking the button multiple times. Thanks to @sinisaos for helping with this.
1.4.0
Improved the array widget for arrays of Time
/ Date
/ Timestamp
/ Timestamptz
.
1.3.3
Fixed a bug with array inputs in custom forms (thanks to @sinisaos for this).