Piccolo

Latest version: v1.22.0

Safety actively analyzes 685670 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 33 of 53

0.19.5

------
More z-index refinements (thanks sinisaos).

-------------------------------------------------------------------------------

0.19.4

------
Fixed a bug with the z-index of the sidebar on mobile. Thanks to sinisaos for
discovering this issue.

-------------------------------------------------------------------------------

0.19.3

------
Improved the UI when the network is slow (courtesy sinisaos).

With ``FormConfig``, if the Pydantic model has a default value provided, this
is rendered in the form UI (thanks to simplynail for this idea).

-------------------------------------------------------------------------------

0.19.2

------
The ``textarea`` and ``button`` elements were using the browser's default font,
instead of our custom font.

Improved the docstring for ``create_admin``.

-------------------------------------------------------------------------------

0.19.1

Not secure
------
* Added ``piccolo user change_permissions`` command.
* Added aliases for CLI commands.

-------------------------------------------------------------------------------

0.19.0

Not secure
------
Changes to the ``BaseUser`` table - added a ``superuser``, and ``last_login``
column. These are required for upgrades to Piccolo Admin.

If you're using migrations, then running ``piccolo migrations forwards all``
should add these new columns for you.

If not using migrations, the ``BaseUser`` table can be upgraded using the
following DDL statements:

.. code-block:: sql

ALTER TABLE piccolo_user ADD COLUMN "superuser" BOOLEAN NOT NULL DEFAULT false
ALTER TABLE piccolo_user ADD COLUMN "last_login" TIMESTAMP DEFAULT null

-------------------------------------------------------------------------------

Page 33 of 53

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.