Releases: barseghyanartur/django-fobi
Releases · barseghyanartur/django-fobi
0.11.1-2017-05-08
- Minor fixes in
decimal
plugin. - Minor documentation improvements.
0.11-2017-05-07
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
andslider
form element plugins. - Minor Python3 fixes in
http_repost
andmail
form handler plugins.
0.10.7-2017-03-13
- Several Django deprecation/moves fixes for better future compatibility.
0.10.6-2017-02-14
- Minor Python 3 fixes for integer, float and decimal fields.
0.10.5-2017-02-13
- Tested against Python 3.6.
- Initial (experimental) Django 1.11 support.
0.10.4-2017-01-11
- 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
- Code comply with pep8.
- Minor fixes in selenium tests.
0.7-2016-09-13
- Initial Django 1.10 support.
django-localeurl
has been replaced withi18n_patterns
in sample project.- Minor fixes.
0.6.10-2016-09-11
- Moved
plugin_uid
field choices from model level to form level for FormHandlerand
FormHandlerEntry` models. #37