Django Fobi Versions Save

Form generator/builder application for Django done right: customisable, modular, user- and developer- friendly.

0.17

3 years ago
Release dedicated to defenders of Armenia and Artsakh (Nagorno Karabakh)
and all the victims of Turkish and Azerbaijani aggression.
  • Deprecate support for the following Django versions: 1.11, 2.0 and 2.1.

0.16.2

4 years ago
  • Conditional use of deprecated admin_static templatetag module.

0.16.1

4 years ago
  • Fix the datetime is not JSON serializable error.

0.16

4 years ago

.. note::

This release drops support for Python 2.7 and 3.4 and sets the minimum
requirement version for Django to 1.11. If you don't meet these
requirements - do not upgrade.
  • Add support for Django 3.0.
  • Drop support Django 1.8, 1.9, 1.10. Minimal supported Django version is 1.11.
  • Tested against Python 3.8.
  • Drop Python 2.7 support.
  • Drop Python 3.4 support.
  • Tested with Django REST Framework 3.11.x. All older versions of Django REST Framework should still work, although they are no longer tested.
  • Tested with FeinCMS 1.17.x. No code changes at all. All older versions of FeinCMS should still work, although they are no longer tested.

0.15

4 years ago

.. note::

Although this release does not contain major backwards incompatible
changes, some things you have had working in past might break.
  • The following settings FOBI_FAIL_ON_ERRORS_IN_FORM_ELEMENT_PLUGINS, FOBI_FAIL_ON_ERRORS_IN_FORM_HANDLER_PLUGINS, FOBI_FAIL_ON_MISSING_INTEGRATION_FORM_ELEMENT_PLUGINS and FOBI_FAIL_ON_MISSING_INTEGRATION_FORM_HANDLER_PLUGINS used to be set to False by default (silencing exceptions). It's no longer so. Exceptions will cause errors from now on (you might get error 500). If you want old behaviour, set them to False.

0.14

5 years ago
  • Tested again Django 2.2 and Python 3.7.
  • Use ChromeDriver (for browser tests).
  • Wiping out (as stated many versions ago) support for Django < 1.8.
  • Reactivate travis (although not all tests yet pass, while they do pass locally; to be solved in future).

0.13.10

5 years ago
  • Add mail_sender DRF integration plugin.

0.13.9

5 years ago

Release supported by Goldmund, Wyldebeast & Wunderliebe

  • Add mail_sender form handler plugin.
  • Upgrade test suite.

0.13.8

5 years ago
  • Make it easier to redirect to a new URL (on success) in integration apps.

0.13.7

5 years ago
  • Make fobi wagtail integration work with wagtail 2.