Piccolo-admin

Latest version: v1.9.0

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

Scan your dependencies

Page 12 of 25

0.22.0

Not secure
------

The user can now change their password in the Piccolo Admin UI (courtesy
sinisaos).

After submitting a custom form with Piccolo Admin, the UI used to show the
response message in a popup at the bottom of the screen. It now shows a success
page instead, which is better if the response message is long, as it's easier
for the user to read. Thanks to ethagnawl for reporting this issue.

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

0.21.0

Not secure
------

Added a warning if a Piccolo ``Table`` column is both ``secret=True`` and
``required=True``, as it's unsupported by Piccolo admin (courtesy ethagnawl).

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

0.20.0

Not secure
------

You can now use a rich text editor for ``Text`` columns (courtesy sinisaos).

.. code-block:: python

from piccolo_admin.endpoints import TableConfig

from movies.tables import Movie

movie_config = TableConfig(
Movie,
rich_text_columns=[
Movie.description
]
)

create_admin(movie_config)

This is useful when using Piccolo Admin for authoring content in blogs etc.

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

0.19.6

Not secure
------
Fixes for ``Table`` classes which have custom primary key columns.

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

0.19.5

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

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

0.19.4

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

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

Page 12 of 25

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.