Skip to content

Releases: barseghyanartur/django-fobi

0.11.1-2017-05-08

08 May 21:03
Compare
Choose a tag to compare
  • Minor fixes in decimal plugin.
  • Minor documentation improvements.

0.11-2017-05-07

07 May 21:59
Compare
Choose a tag to compare

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.

0.10.7-2017-03-13

13 Mar 23:31
Compare
Choose a tag to compare
  • Several Django deprecation/moves fixes for better future compatibility.

0.10.6-2017-02-14

14 Feb 19:54
Compare
Choose a tag to compare
  • Minor Python 3 fixes for integer, float and decimal fields.

0.10.5-2017-02-13

13 Feb 21:58
Compare
Choose a tag to compare
  • Tested against Python 3.6.
  • Initial (experimental) Django 1.11 support.

0.10.4-2017-01-11

12 Jan 20:18
Compare
Choose a tag to compare
  • Minor fixes in Django admin.
  • Various pep8 fixes.
  • Fixes additions and improvements in/of docs.
  • Add options to test with PhantomJS instead of Firefox.

0.7.1-2016-09-22

21 Sep 23:14
Compare
Choose a tag to compare
  • Code comply with pep8.
  • Minor fixes in selenium tests.

0.7-2016-09-13

13 Sep 13:19
Compare
Choose a tag to compare
  • Initial Django 1.10 support.
  • django-localeurl has been replaced with i18n_patterns in sample project.
  • Minor fixes.

0.6.10-2016-09-11

11 Sep 21:23
Compare
Choose a tag to compare
  • Moved plugin_uid field choices from model level to form level for FormHandlerandFormHandlerEntry` models. #37

0.6.9-2016-09-08

11 Sep 21:22
Compare
Choose a tag to compare
  • 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