- Fixed image upload field on Django >= 1.8
- Removed deprecated
formdata
- Renamed
Email Notification Form
toForm (Advanced)
- Optimized admin export templates
- Add stripped default django templates to
/aldryn_forms/templates
- Implement "Advanced Settings" when configuring plugins
- Adapt default setting
show_all_recipients
for aldryn users - Removed not required options from form fields
- Set default for "Field is required" to
False
- Fix Django 1.9 issues
- Show label when using radio fields
- Show help text when using radio fields
- Python 3 compatibility fixes
- Refactored form data and form submission export logic.
- Fixes bug in email notifications not respecting confirmation flag.
- Updates po files.
- Remove "South" dependency from setup.py
- Fixes minor bug in form data export redirect.
- Refactor the FormData model into FormSubmission.
- FormData is now a deprecated model.
- Form exports are now limited to one language at a time.
- Fixes critical bug with nested plugins.
- Fixes plugin ordering bug.
- Fixes TypeError on some fields because of the validator.
- Marks some strings as translatable.
- Allows for custom forms to opt out of a success message.
- Stable release
- adds validator on max_length fields
- cms 3.1 migration compatibility fix
- cms 3.1 compatibility fix
- added django 1.7 & 1.8 compatibility
- fixes AttributeError with orphan plugins
- added notification config class to support custom text variables
- allow disabling email html version
- allow hiding of email body txt format field
- fixed bug with serialized boolean value
- added email notification contrib app which includes new email notification form
- added html version to admin notification email text
- changed the users_notified field to a text field to support non user recipients
- hides the captcha field/value from serialized data
- cleaned up field serialization logic.
- added support for default values in selectfields, multiselectfields and radioselects (bootstrap).
- fixed empty values in select options
- bootstrap3 support
- added bootstrap markup templates for all field-types
- multi-boilerplate support
- new requirement: aldryn-boilerplates (needs configuration)