Releases: barseghyanartur/django-fobi
Releases · barseghyanartur/django-fobi
0.13.6-2018-08-16
- Completely wiping out django-autoslug in requirements (for now it has been replaced with django-autoslug-iplweb).
0.13.5-2018-08-12
- Minor fixes in code, tests and docs.
0.13.4-2018-08-10
- Django 2.1 support (initial).
0.13.3-2018-07-10
- Minor fixes admin export of form entries (Postgres).
0.13.2-2018-03-12
- Choices are now required fields for
checkbox_select_multiple,radio,
select,select_multipleandselect_multiple_with_maxform elements. - The
active_date_from,active_date_to,inactive_page_title,
inactive_page_messageadded to forms the import/export flow.
0.13.1-2018-02-28
- Minor fixes in recaptcha plugin.
- Add
max_lengthto textarea plugin.
0.13-2018-02-25
.. note::
This release contains minor backwards incompatible changes.
A number of new database fields have been added to the `FormEntry`
model (`active_date_from`, `active_date_to`, `inactive_page_title`,
`inactive_page_message`). You will need to migrate your database.
- Implement disabling forms based on dates. Note, that although the feature
is landed into the core, contrib packages (such as Foundation 5 theme,
Simple theme, Django CMS admin style theme, DRF integration app,
FeinCMS integration app, Mezzanine integration app, DjangoCMS integration app
and Wagtail app) are not yet updated to reflect these changes. It's a work
in progress to be done in the nearest minor releases. Check the
issue #143 <https://github.com/barseghyanartur/django-fobi/issues/143>_
for state of the progress.
0.12.20-2018-02-24
- Minor Python 2 fixes.
0.12.19-2018-02-21
- Make it possible to sort on plugin
nameinstead ofuid.
0.12.18-2018-02-18
- Improved form element add drop-down order.
- Add initial migrations for DjangoCMS integration app.
- Add French translations.
- Implemented styles for
bleachwithincontent_richtextplugin. - Documentation improvements.