----- - omit the brackets if the user doesn't have a full name - honeypot is mentioned in the usage docs
0.3.1
Not secure
----- - configurable recipients - better logging hierarchy - the code is more PEP-8 compliant
0.3.0
----- - introduced a class-based :class:`envelope.views.ContactView` (requires Django >= 1.3) - deprecated the function-based view ``envelope.views.contact`` - improved test coverage - more and better documentation (also hosted on Read The Docs)
0.2.1
Not secure
----- - French translation added
0.2.0
----- - deprecated the ``ContactForm.send()`` method, use :meth:`envelope.forms.ContactForm.save` instead for more consistency with Django coding style - localization support