- Added Django 2.0 support.
- Dropped Django 1.8 / 1.9 support.
- Added Django 1.11 support.
- Fixed submitting emails in Django 1.10.
- Changed compact form style: removed the
:
sign, added "(optional)" to phone field.
NOTE: As of Django 1.10, make sure {% autoescape off %}
is used in the .txt
templates.
Previously, this behavior could be controlled from Python code.
That is no longer possible as of Django 1.10.
- Avoid Django migrations change when changing
FORM_STYLE_CHOICES
.
- Fixed Python 3 support.
- Added
type="tel"
for phone number field. - Fix shortened placeholder text for phone number field.
- Added a new "compact" form style. This form style displays the name/email/phone_number fields in a single (Bootstrap 3) column.
- Support multiple forms at the same page.
- Fix default layout on mobile, avoid horizontal columns for label/inputs.
- Added Django 1.9 support
- Removed
FLUENTCMS_CONTACTFORM_IP_RESOLVER
setting. Use WsgiUnproxy for proper IP resolving when the site exists behind a load balancer or HTTP proxy.
- First release