- Minor fixes in the initial dynamic values feature.
0.5.8
----- 2015-08-16
- Made it possible to define dynamic initials for form fields. Example initial dynamic values in the form (like {{ request.path }}). - Minor fixes/improvements.
0.5.7
----- 2015-08-03
- Minor Python 3 improvements.
0.5.6
----- 2015-07-31
- `django-mptt` support through `select_mptt_model_object` and `select_multiple_mptt_model_objects` plugins. - Python 3 fixes.
0.5.5
----- 2015-06-30
- Change the `action` field of the FormEntry into a URL field; check if action exists. - `captcha`, `recaptcha` and `honeypot` plugins have been made required in the form. - Fix: take default values provided in the `plugin_data_fields` of the plugin form into consideration.
0.5.4
----- 2015-05-21
- Minor Django 1.8 fixes. - Improved texts/translations.