Onegov-core

Latest version: v0.67.0

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

Scan your dependencies

Page 24 of 33

0.10.0

~~~~~~~~~~~~~~~~~~~

- Integrates localized database fields.

Use ``onegov.core.orm.translation_hybrid`` together with sqlalchemy utils:
http://sqlalchemy-utils.readthedocs.org/en/latest/internationalization.html

- Shares the session_manager with all ORM mapped instances which may access
it through ``self.session_manager``.

This is a plumbing feature to enable integration of localized database
fields.
[href]

- Adds a method to automatically scan all morepath dependencies. It is not
guaranteed to always work and should only be relied upon for testing and
upgrades.
[href]

0.9.0

~~~~~~~~~~~~~~~~~~~

- Adds a method which takes a list of dicts and turns it into a csv string.
[href]

- Adds a method which takes a list of dicts and turns it into a xlsx.
[href]

0.8.1

~~~~~~~~~~~~~~~~~~~

- Attaches the current request to each form instance, allowing for
validation logic on the form which talks to the database.
[href]

0.8.0

~~~~~~~~~~~~~~~~~~~

- Adds a random password generator (for pronouncable passwords).
[href]

- Adds yubikey_client_id and yubikey_secret_key to configuration.
[href]

0.7.5

~~~~~~~~~~~~~~~~~~~

- Adds the ability to convert xls/xlsx files to csv.
[href]

- Fixes empty lines in csv tripping up the parser in unexpected ways.
[href]

0.7.4

~~~~~~~~~~~~~~~~~~~

- Adjacency lists are now always ordered by the value in their 'order' column.

When adding new items to a parent, A-Z is enforced between the children, as
long as the children are already sorted A-Z. Once this holds no longer true,
no sorting will be imposed on the unsorted children until they are sorted
again.
[href]

- Adds missing space to long date formats.
[href]

Page 24 of 33

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.