Releases: barseghyanartur/django-fobi
Releases · barseghyanartur/django-fobi
0.17-2020-12-28
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
- Conditional use of deprecated
admin_static
templatetag module.
0.16.1-2020-03-18
- Fix the
datetime
is not JSON serializable error.
0.16-2020-01-11
.. 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
.. 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 toFalse
.
0.14-2019-05-24
- 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
- Add
mail_sender
DRF integration plugin.
0.13.9-2019-02-28
Release supported by Goldmund, Wyldebeast & Wunderliebe
- Add
mail_sender
form handler plugin. - Upgrade test suite.
0.13.8-2019-01-07
- Make it easier to redirect to a new URL (on success) in integration apps.
0.13.7-2018-10-01
- Make fobi wagtail integration work with wagtail 2.