Skip to content

Releases: zsiciarz/django-envelope

0.6.1

02 Jul 22:35
Compare
Choose a tag to compare
  • fixed NameError in example project

0.6.0

02 Jul 22:36
Compare
Choose a tag to compare
  • Python 3 compatibility!

0.4.1

02 Jul 22:36
Compare
Choose a tag to compare
  • security bugfix regarding initial form values

0.4

02 Jul 22:37
Compare
Choose a tag to compare
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

02 Jul 22:38
Compare
Choose a tag to compare
  • configurable recipients
  • better logging hierarchy
  • the code is more PEP-8 compliant

0.3

02 Jul 22:38
Compare
Choose a tag to compare
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.1

02 Jul 22:38
Compare
Choose a tag to compare
  • French translation added

0.2

02 Jul 22:39
Compare
Choose a tag to compare
0.2
  • deprecated the ContactForm.send() method, use save() instead for more
    consistency with Django coding style
  • localization support