Piccolo-admin

Latest version: v1.9.0

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

Scan your dependencies

Page 9 of 25

0.33.1

Not secure
------

Fixed an issue with installing ``piccolo_admin`` in editable mode with ``pip``.

Thanks to peterschutt for reporting this issue.

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

0.33.0

Not secure
------

Improved the UI for error messages. Thanks to sinisaos for adding this.

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

0.32.0

Not secure
------

Camelcase column names could break parts of Piccolo Admin. It now works as
expected:

.. code-block:: python

class Person(Table):
This now works:
firstName = Varchar()

Even though camelcase is unusual in Python, a user may be using an existing
database, so it makes sense to support it. Thanks to sumitsharansatsangi for
reporting this issue.

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

0.31.2

Not secure
------

When ``piccolo_admin`` is installed, an ``admin_demo`` script is made available
on the command line, which launches a Piccolo Admin demo.

It wasn't working due to a missing folder, which has now been fixed.

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

0.31.1

Not secure
------

Fixed a bug with custom forms - under some situations they would fail to
render. Thanks to sinisaos for discovering this issue. See
`PR 208 <https://github.com/piccolo-orm/piccolo_admin/pull/208>`_ for more
info.

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

0.31.0

Not secure
------

Improved the French translations (courtesy LeMeteore).

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

Page 9 of 25

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.