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.11.1-2017-05-08

Published by barseghyanartur over 7 years ago

  • Minor fixes in decimal plugin.
  • Minor documentation improvements.
django-fobi - 0.11-2017-05-07

Published by barseghyanartur over 7 years ago

This release is dedicated to my beloved wife for all the love and support she gave me through years. If you are a company looking for (female) developers in Groningen area (the Netherlands), do not hesitate to contact her.

  • Django REST framework integration. Check the Heroku demo here.
  • Documentation fixes.
  • PEP8 code fixes.
  • Minor setup fixes related to moved screen-shots file.
  • Added helper scripts to test with Firefox in headless mode. Describe
    testing with Firefox in headless mode in documentation.
  • Validate the decimal field plugin - quantize the decimal value to the
    configured precision.
  • Minor fixes in the float field plugin.
  • Minor improvements in complex form element plugins (select, file) and
    form handler plugins (db_store, mail, http_respost) in order to
    simplify integration plugins and reduce code duplication.
  • Minor Python3 fixes in range_select and slider form element plugins.
  • Minor Python3 fixes in http_repost and mail form handler plugins.
django-fobi - 0.10.7-2017-03-13

Published by barseghyanartur over 7 years ago

  • Several Django deprecation/moves fixes for better future compatibility.
django-fobi - 0.10.6-2017-02-14

Published by barseghyanartur over 7 years ago

  • Minor Python 3 fixes for integer, float and decimal fields.
django-fobi - 0.10.5-2017-02-13

Published by barseghyanartur over 7 years ago

  • Tested against Python 3.6.
  • Initial (experimental) Django 1.11 support.
django-fobi - 0.10.4-2017-01-11

Published by barseghyanartur almost 8 years ago

  • Minor fixes in Django admin.
  • Various pep8 fixes.
  • Fixes additions and improvements in/of docs.
  • Add options to test with PhantomJS instead of Firefox.
django-fobi - 0.7.1-2016-09-22

Published by barseghyanartur about 8 years ago

  • Code comply with pep8.
  • Minor fixes in selenium tests.
django-fobi - 0.7-2016-09-13

Published by barseghyanartur about 8 years ago

  • Initial Django 1.10 support.
  • django-localeurl has been replaced with i18n_patterns in sample project.
  • Minor fixes.
django-fobi - 0.6.10-2016-09-11

Published by barseghyanartur about 8 years ago

  • Moved plugin_uid field choices from model level to form level for FormHandlerandFormHandlerEntry` models. #37
django-fobi - 0.6.9-2016-09-08

Published by barseghyanartur about 8 years ago

  • Moved plugin_uid field choices from model level to form level for FormElement and FormElementEntry models. #37
  • Fixed element "name" field stripping underscores issue. #33
django-fobi - 0.6.8-2016-09-06

Published by barseghyanartur about 8 years ago

  • Fixed changing order of the FormElement, FormElementEntry, FormHandler
    and FormHandlerEntry models.
django-fobi - 0.6.7-2016-08-30

Published by barseghyanartur about 8 years ago

  • Minor fixes in db_store plugin (Django 1.6 compatibility issue).
  • Added str methods to models.
  • Restrict queryset to form element entries related to the form entry in
    position calculation.
django-fobi - 0.6.6-2016-05-12

Published by barseghyanartur about 8 years ago

  • Fixed broken dependencies in demos.
  • Minor fixes.
  • Adding a new Select multiple with max plugin, which restricts max number
    of choices allowed to be chosen.
django-fobi - 0.6.5-2015-12-24

Published by barseghyanartur about 8 years ago

  • Minor fixes.
django-fobi - 0.6.4-2015-12-24

Published by barseghyanartur about 8 years ago

  • Minor fixes.
django-fobi - 0.6.3-2015-12-23

Published by barseghyanartur almost 9 years ago

  • Minor fixes.
django-fobi - 0.6.2-2015-12-22

Published by barseghyanartur almost 9 years ago

  • Make it possible to render a list of forms using custom template tag (not
    only on the dashboard page).
django-fobi - 0.6-2015-12-18

Published by barseghyanartur almost 9 years ago

  • Form importers (and as a part of it - MailChimp integration,
    which would allow to import forms from MailChimp into django-fobi using
    a user-friendly wizard).
  • Improved Django 1.9 support.
django-fobi - 0.5.19-2015-12-15

Published by barseghyanartur almost 9 years ago

  • New style urls everywhere.
django-fobi - 0.5.18-2015-12-08

Published by barseghyanartur almost 9 years ago

  • Minor improvements. Adding request to the get_form_field_instances method
    of the FormElementPlugin.