Skip to content

Releases: barseghyanartur/django-fobi

0.17-2020-12-28

28 Dec 23:03
Compare
Choose a tag to compare
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-2020-04-03

03 Apr 22:00
Compare
Choose a tag to compare
  • Conditional use of deprecated admin_static templatetag module.

0.16.1-2020-03-18

18 Mar 21:31
Compare
Choose a tag to compare
  • Fix the datetime is not JSON serializable error.

0.16-2020-01-11

11 Jan 23:51
Compare
Choose a tag to compare

.. 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-2019-06-20

19 Jun 23:44
Compare
Choose a tag to compare

.. 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-2019-05-24

24 May 00:01
Compare
Choose a tag to compare
  • 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-2019-02-28

28 Feb 21:59
Compare
Choose a tag to compare
  • Add mail_sender DRF integration plugin.

0.13.9-2019-02-28

28 Feb 21:58
Compare
Choose a tag to compare

Release supported by Goldmund, Wyldebeast & Wunderliebe

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

0.13.8-2019-01-07

07 Jan 12:51
Compare
Choose a tag to compare
  • Make it easier to redirect to a new URL (on success) in integration apps.

0.13.7-2018-10-01

01 Oct 20:51
Compare
Choose a tag to compare
  • Make fobi wagtail integration work with wagtail 2.