Piccolo-admin

Latest version: v1.3.3

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

Scan your dependencies

Page 10 of 23

0.23.0

Not secure
------

The WYSIWYG editor we use for ``rich_text_columns`` has been modified, so the
user can now create HTML headings. Thanks to tigerline86 for suggesting this
feature and sinisaos for implementing it.

Rows can now be bulk modified - for example, if you have 100 blog posts which
need converting to ``draft=False``, it can now be easily done using the
Piccolo Admin GUI in a single operation (courtesy sinisaos).

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

0.22.2

Not secure
------

More sandbox fixes.

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

0.22.1

Not secure
------

Fixed a bug with the sandbox.

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

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.

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

Page 10 of 23

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.