Django-fobi

Latest version: v0.19.9

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

Scan your dependencies

Page 30 of 32

0.3.3

-----
2014-11-22

- Clean up the setup. Remove redundant dependencies.
- Documentation improvements.

0.3.2

-----
2014-11-20

- DjangoCMS integration app made compatible with DjangoCMS 2.4.3.

0.3.1

-----
2014-11-19

- DjangoCMS integration app.

0.3

---
2014-11-09

.. note::

Note, that this release contains minor backwards incompatible changes. The
changes do not anyhow affect your existing forms or data. The only thing you
need to do is update the app paths in the ``settings`` module of your project.

- Minor core improvements related to the theming of the form handler plugins.
- Several presentational form element plugins have been renamed.
The ``fobi.contrib.plugins.form_elements.content.image`` plugin has been
renamed to ``fobi.contrib.plugins.form_elements.content.content_image``.
The ``fobi.contrib.plugins.form_elements.content.text`` plugin has been
renamed to ``fobi.contrib.plugins.form_elements.content.content_text``.
The ``fobi.contrib.plugins.form_elements.content.video`` plugin has been
renamed to ``fobi.contrib.plugins.form_elements.content.content_video``.
If you have used any of the above mentioned plugins, make sure to update
the app paths in the ``settings`` module of your project.
- The ``fobi.contrib.plugins.form_elements.content.dummy`` plugin has been moved
to ``fobi.contrib.plugins.form_elements.test.dummy`` location. If you have
used it, make sure to update the its' path in the ``settings`` module of
your project.
- Added readme to the following content form element plugins: ``dummy``,
``content_image``, ``content_text`` and ``content_video``.
- Added ``foundation5`` and ``simple`` theme widgets for ``db_store`` plugin.
- If you have been overriding the defaults of the ``db_store`` plugin, change
the prefix from ``FOBI_PLUGIN_DB_EXPORT_`` to ``FOBI_PLUGIN_DB_STORE_``. For
example, ``FOBI_PLUGIN_DB_EXPORT_CSV_DELIMITER`` should become
``FOBI_PLUGIN_DB_STORE_CSV_DELIMITER``.
- Mentioning the ``fobi_find_broken_entries`` management command in the
documentation, as well as improving the management command itself (more
verbose output).
- Birthday field added.

0.2.1

-----
2014-11-06

- Minor improvements of the ``db_store`` plugin.
- Minor improvements of the ``simple`` theme. Make sure that custom
form handler actions are properly shown in the form handlers list.
- Make it possible to fail silently on missing form element or form
handler plugins by setting the respected values to False:
``FOBI_FAIL_ON_MISSING_FORM_ELEMENT_PLUGINS``,
``FOBI_FAIL_ON_MISSING_FORM_HANDLER_PLUGINS``. Otherwise an appropriate
exception is raised.

0.2

---
2014-11-05

Note, that this release contains minor backwards incompatible changes.

- Minor (backwards incompatible) changes in the form handler plugin API.
From now on both ``custom_actions`` and ``get_custom_actions`` methods
accept ``form_entry`` (obligatory) and ``request`` (optional) arguments. If
you have written your own or have changed existing form handler plugins
with use of one of the above mentioned methods, append those arguments to
the method declarations when upgrading to this version. If you haven't
written your own or changed existing form handler plugins, you may just
upgrade to this version.
- Added data export features to the ``db_store`` plugin.
- Minor fixes in ``db_store`` plugin.
- Added missing documentation for the ``feincms_integration`` app.
- Updated translations for Dutch and Russian.

Page 30 of 32

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.