django-fobi

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

Downloads
6.4K
Stars
484
Committers
23

Bot releases are hidden (Show)

django-fobi - 0.12.7-2017-12-17

Published by barseghyanartur almost 7 years ago

  • Minor fixes (in the add form element entry bootstrap3 template).
  • Add content rich text plugin (based on CKEditor).
  • Added common form callback AutoFormDbStore for auto saving the form
    data (without need to add the db_store plugin to the form).
django-fobi - 0.12.6-2017-12-12

Published by barseghyanartur almost 7 years ago

  • Clean up.
  • Minor documentation fixes.
  • Minor plugin clean-up/fixes (captcha, recaptcha, content_text).
  • Minor Python 3 fixes.
  • Minor fixes in FormWizard get_absolute_url method.
django-fobi - 0.12.5-2017-09-27

Published by barseghyanartur about 7 years ago

  • Documentation fixes.
django-fobi - 0.12.4-2017-09-27

Published by barseghyanartur about 7 years ago

  • Documentation fixes.
django-fobi - 0.12.3-2017-09-27

Published by barseghyanartur about 7 years ago

  • Minor fixes.
  • Reflect form-wizards support changes in the foundation5 theme.
  • Documentation fixes.
django-fobi - 0.12.2-2017-08-02

Published by barseghyanartur about 7 years ago

  • Some work on full form-wizards support in the foundation5 theme.
  • Django 1.11 fixes for customised widgets.
  • Update example project requirements.
django-fobi - 0.12.1-2017-07-31

Published by barseghyanartur about 7 years ago

  • Reflect form-wizards support changes in the simple theme.
  • Fixes in docs.
django-fobi - 0.12-2017-06-28

Published by barseghyanartur over 7 years ago

  • Wagtail integration (yet experimental).
django-fobi - 0.11.13-2017-06-10

Published by barseghyanartur over 7 years ago

  • Updated docs for DjangoCMS, FeinCMS and Mezzanine.
  • Updated outdated Dutch translations.
  • Improvements of the DRF integration app documentation.
  • Duration field added.
  • Support DurationField in drf_integration integration app.
  • Minor fixes in docs.
django-fobi - 0.11.12-2017-05-31

Published by barseghyanartur over 7 years ago

  • Added a lot of field metadata to the OPTIONS call of drf_integration app.
  • Appended a lot of sub-module README files to the main documentation.
django-fobi - 0.11.11-2017-05-29

Published by barseghyanartur over 7 years ago

  • Minor fixes in content_text drf_integration plugin.
  • Added imageurl support to the mailchimp_impoter plugin.
django-fobi - 0.11.10-2017-05-26

Published by barseghyanartur over 7 years ago

  • Minor fixes in form-wizards on Django 1.11.
django-fobi - 0.11.9-2017-05-24

Published by barseghyanartur over 7 years ago

  • Mezzanine integration updated to work with Mezzanine 4.2.3.
  • Fixes in date-drop-down plugin when using form wizards.
django-fobi - 0.11.8-2017-05-17

Published by barseghyanartur over 7 years ago

  • ContentImageURL plugin added.
  • Minor Python3 fixes in db_store plugin (related to export of forms to xls format).
django-fobi - 0.11.7-2017-05-16

Published by barseghyanartur over 7 years ago

  • Fixed in fobi.integration package related to Django 1.10 and higher.
  • FeinCMS integration updated (only migrations added) to work with FeinCMS 1.13.2.
  • DjangoCMS integration updated to work with DjangoCMS 3.4.3.
django-fobi - 0.11.6-2017-05-15

Published by barseghyanartur over 7 years ago

  • Minor fixes in drf_integration app, added GET/detail actions tests.
django-fobi - 0.11.5-2017-05-15

Published by barseghyanartur over 7 years ago

  • Added date_drop_down to drf_integration app.
  • Fixed dependencies issue.
  • Added dedicated requirements for specific Django versions.
django-fobi - 0.11.4-2017-05-12

Published by barseghyanartur over 7 years ago

  • Minor fixes in integration callbacks of the drf_integration sub-package.
  • Added support for content_image, content_text and content_video plugins.
  • Fixes in installable demo.
django-fobi - 0.11.3-2017-05-10

Published by barseghyanartur over 7 years ago

  • Concept of integration callbacks introduced and implemented for the drf_integration sub-package.
django-fobi - 0.11.2-2017-05-09

Published by barseghyanartur over 7 years ago

  • Minor fixes in drf_integration app.