Piccolo

Latest version: v1.10.0

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

Scan your dependencies

Page 22 of 50

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).

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

0.45.2

------

Nullable UUID fields now work correctly.

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

0.45.1

Not secure
------

Add back JSON formatting in list view which was removed by accident.

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

Page 22 of 50

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.