Changelog

This document describes changes between each past release. For information about future releases, check milestones [1] and Vision.

0.6 (2014-10-10)

Custom email subject and blurb.

  • Feature #10 - DocuSignBackend.create_signature accepts subject and blurb arguments, in order to customize email subject and body for DocuSign messages and embedded signing page.

0.5 (2014-10-08)

Improvements around multiple signers.

  • Feature #13 - DocuSignCallbackView also handles recipient notifications.
  • Feature #11 - Improved ordering of signers, better management of DocuSign’s routingOrder.
  • Feature #12 - Demo project shows how to implement signature of multiple signers.
  • Bugfix #9 - Fixed default value of signer_return_url in DocuSignBackend.post_recipient_view(). Default value was not assigned if value was not passed as argument.

0.4 (2014-09-26)

  • Feature #7 - Introduced django_docusign.SignatureCallbackView, as a generic view to handle DocuSign’s notification callbacks. Simplified demo’s code.

0.3 (2014-09-18)

Updated demo to manage DocuSign API callbacks.

  • Feature #1 - Introduced support for DocuSign API callbacks (envelope updates). At the moment, the feature is mostly made of sample code in the demo project. It shows how django-docusign can be used to handle DocuSign’s API callbacks. The idea is to let users try the feature then, later, add most useful parts in django_docusign package.

0.2 (2014-09-16)

Introduced demo application (with tests).

  • Feature #4 - Introduced demo application: illustrate and test API usage.
  • Feature #3 - On signature creation, tabs can be computed by backend.

0.1 (2014-08-12)

Initial release.

  • Introduced django_docusign.backend.DocuSignBackend with “create signature” and “post recipient view” features.

Notes & references

[1]https://github.com/novapost/django-docusign/milestones