Django-envelope

Latest version: v1.4

Safety actively analyzes 621444 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

1.4.0

-----

- fixed french translation
- Python 3.7, 3.8 and Django 2.2, 3.0 compatibility

1.3.0

-----

- added Greek translation, thanks raratiru!
- Python 3.6 and Django 1.11 compatibility

1.2.0

-----

- added Latvian and Russian translations, thanks wildd!
- added Spanish translations, thanks javipalanca!

1.1.0

-----

- added Brazilian Portuguese translation, thanks aleprovencio!
- Python 3.5 and Django 1.9 compatibility

1.0.0

-----

Improvements and fixes:
- HTML email support
- subject field is optional by default
- support for `custom User model`_
- docs: added :doc:`cookbook`

Backwards incompatible changes:
- removed category field from :class:`~envelope.forms.ContactForm`
- ``BaseContactForm`` no longer exists; to customize form processing, subclass
:class:`~envelope.forms.ContactForm` directly
- :class:`~envelope.views.ContactView` does not create any flash messages;
use `FormMessagesMixin`_ from `django-braces`_ (see the :doc:`cookbook`
for an example)
- dropped Django 1.4 compatibility
- dropped Python 2.6 compatibility; use 2.7 or 3.3+
- message rejection reason from signal handlers isn't sent to the user in
HTTP 400 response's body
- the default ``envelope/contact.html`` template is removed; one must create
the template explicitly

.. _`custom User model`: https://docs.djangoproject.com/en/dev/topics/auth/customizing/#substituting-a-custom-user-model
.. _`FormMessagesMixin`: http://django-braces.readthedocs.org/en/latest/form.html#formmessagesmixin
.. _`django-braces`: https://github.com/brack3t/django-braces

0.7.0

-----
- added :func:`{% render_contact_form %} <envelope.templatetags.envelope_tags.render_contact_form>`
template tag
- Django 1.6 compatibility
- settled on 3.3 as the minimum supported Python 3 version
- moved to Travis CI as the continuous integration solution

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.