Skip to content

Releases: barseghyanartur/django-fobi

0.13.6-2018-08-16

01 Oct 20:51
Compare
Choose a tag to compare
  • Completely wiping out django-autoslug in requirements (for now it has been replaced with django-autoslug-iplweb).

0.13.5-2018-08-12

12 Aug 00:55
Compare
Choose a tag to compare
  • Minor fixes in code, tests and docs.

0.13.4-2018-08-10

11 Aug 00:28
Compare
Choose a tag to compare
  • Django 2.1 support (initial).

0.13.3-2018-07-10

10 Jul 20:21
Compare
Choose a tag to compare
  • Minor fixes admin export of form entries (Postgres).

0.13.2-2018-03-12

10 Jul 20:22
Compare
Choose a tag to compare
  • Choices are now required fields for checkbox_select_multiple, radio,
    select, select_multiple and select_multiple_with_max form elements.
  • The active_date_from, active_date_to, inactive_page_title,
    inactive_page_message added to forms the import/export flow.

0.13.1-2018-02-28

10 Jul 20:23
Compare
Choose a tag to compare
  • Minor fixes in recaptcha plugin.
  • Add max_length to textarea plugin.

0.13-2018-02-25

10 Jul 20:23
Compare
Choose a tag to compare

.. 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

10 Jul 20:24
Compare
Choose a tag to compare
  • Minor Python 2 fixes.

0.12.19-2018-02-21

21 Feb 19:31
Compare
Choose a tag to compare
  • Make it possible to sort on plugin name instead of uid.

0.12.18-2018-02-18

21 Feb 19:30
Compare
Choose a tag to compare
  • Improved form element add drop-down order.
  • Add initial migrations for DjangoCMS integration app.
  • Add French translations.
  • Implemented styles for bleach within content_richtext plugin.
  • Documentation improvements.