Piccolo

Latest version: v1.5.0

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

Scan your dependencies

Page 28 of 48

0.21.1

Not secure
------
Fix missing imports in FastAPI and Starlette app templates.

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

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

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

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

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.

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

Page 28 of 48

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.