Releases: zsiciarz/django-envelope
Releases · zsiciarz/django-envelope
0.6.1
- fixed NameError in example project
0.4.1
- security bugfix regarding initial form values
0.4
- removed the function-based view
- removed ContactForm.send() method
- application signals (before_send)
- updated documentation
- reworked settings
- Continous Integration server, thanks to ShiningPanda
0.3.1
- configurable recipients
- better logging hierarchy
- the code is more PEP-8 compliant
0.3
- introduced a class-based 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
- deprecated the ContactForm.send() method, use save() instead for more
consistency with Django coding style
- localization support