Piccolo

Latest version: v1.12.0

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

Scan your dependencies

Page 22 of 50

0.51.0

Not secure
------

Improved the UI for password inputs (e.g. on the change password page). Thanks
to sinisaos for this.

Fixed a bug with nullable date fields.

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

0.50.0

Not secure
------

Improved handling of nullable email fields.

Thanks to sinisaos for adding this.

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

0.49.0

Not secure
------

Custom links can now be added to the sidebar. This allows quick navigation to
specific pages in the admin, or to external websites. For example:

.. code-block:: python

create_admin(
sidebar_links={
"Top Movies": "/admin//movies/?__order=-popularity",
}
...
)

Thanks to sinisaos for adding this.

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

0.48.0

Not secure
------

* Improved the type annotations for ``FormConfig``.
* Fixed a bug with array fields in custom forms (thanks to sinisaos for
fixing this).

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

0.47.0

Not secure
------

Multiple columns can now be used for sorting the rows in the UI.

Setting the default order for a table is now possible. For example, if we want
to order movies by rating:

.. code-block:: python

create_admin(
tables=[
TableConfig(
Movie,
order_by=[
OrderBy(Movie.rating, ascending=False)
]
)
)
)

Thanks to sinisaos and sumitsharansatsangi for their help with this.

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

0.46.0

Not secure
------

Added Turkish translations (thanks to omerucel for this).

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

Page 22 of 50

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.