Django-fobi

Latest version: v0.19.9

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

Scan your dependencies

Page 25 of 32

0.4.28

------
2015-03-13

- Fix improperly picked configurations of the
`fobi.contrib.plugins.form_elements.fields.select_multiple_model_objects`
plugin.
- Long identifiers of models can now be safely used in foreign key plugins
(such as
`fobi.contrib.plugins.form_elements.fields.select_model_object_plugin` and
`fobi.contrib.plugins.form_elements.fields.select_multiple_model_objects`
plugins).
- Fixed admin bulk change of the plugins.
- From now it's possible to have some control/configure the following plugins
for the submitted value:

* fobi.contrib.plugins.form_elements.fields.select_model_object
* fobi.contrib.plugins.form_elements.fields.select_multiple_model_objects

The only thing needs to be done is to specify the appropriate variable
in the settings module of the project (settings.py).

* FOBI_FORM_ELEMENT_SELECT_MODEL_OBJECT_SUBMIT_VALUE_AS
* FOBI_FORM_ELEMENT_SELECT_MULTIPLE_MODEL_OBJECTS_SUBMIT_VALUE_AS

Allowed values are: "val", "repr", "mix".

0.4.27

------
2015-03-12

- Temporary allow the `fobi.contrib.plugins.form_handlers.db_store` plugin to
be used multiple times per form, until the bug with not being able to assign
the `db_store` plugin to the form due to incorrect handling of restrictions
(``allow_multiple``) introduced in previous version is properly fixed.
- From now it's possible to have some control/configure the following plugins
for the submitted value:

* fobi.contrib.plugins.form_elements.fields.radio
* fobi.contrib.plugins.form_elements.fields.select
* fobi.contrib.plugins.form_elements.fields.select_multiple

The only thing needs to be done is to specify the appropriate variable
in the settings module of the project (settings.py).

* FOBI_FORM_ELEMENT_RADIO_SUBMIT_VALUE_AS
* FOBI_FORM_ELEMENT_SELECT_SUBMIT_VALUE_AS
* FOBI_FORM_ELEMENT_SELECT_MULTIPLE_SUBMIT_VALUE_AS

Allowed values are: "val", "repr", "mix".

0.4.26

------
2015-03-06

- Validate `fobi.contrib.plugins.form_elements.fields.email`,
`fobi.contrib.plugins.form_elements.fields.integer` and
`fobi.contrib.plugins.form_elements.fields.url` plugins initial values.
- Properly show field types "checkbox" and "radio" in the `input` plugin (as
previously they showed up too large).
- It's now possible to restrict multiple usage of form handler plugins via
``allow_multiple`` property. In case if it's set to False, the plugin can
be used once only (per form). Default value is True. The `db_store` plugin
is from now on allowed to be used only once (per form).

0.4.25

------
2015-03-04

- Post-fix in the discover module (moved logging definition up).

0.4.24

------
2015-03-04

- The management command `migrate_03_to_04` intended to migrate 0.3.x branch
data to > 0.4.x branch data, has been renamed to `fobi_migrate_03_to_04`.
- Add missing app config declaration for the `db_store` form handler plugin.
- Add missing app config for the core `fobi` package.
- Improved autodiscover for Django>=1.7. Fix exception when using a dotted
path to an `AppConfig` in `INSTALLED_APPS` (instead of using the path to
the app: ex. "path.to.app.apps.AppConfig" instead of "path.to.app").

0.4.23

------
2015-03-04

- Fix improper initial value validation for Select-like (`radio`, `select` and
`select_multiple`) plugins.

Page 25 of 32

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.