Pyas2 Versions Save

This repo is no longer maintained and has been moved to https://github.com/abhishek-ram/django-pyas2

0.4.6

5 years ago
  • Add support for sending CSV files
  • Handle cases where compression can happen before signing

0.4.5

5 years ago
  • Use uuid for filenames and not message id
  • More verbose logging of exceptions

0.4.0

6 years ago
  • Cleaner handling of signature verifications
  • Added test cases for sterling b2b integrator message and mdn
  • Set max_length for file fields to manage long folder names.

0.3.3

7 years ago
  • Use pagination when listing messages in the GUI, also do not use Datatables.
  • Set the request MDN field default value to False.

0.3.2

7 years ago
  • Freeze versions of django and CherryPy in setup.py.

0.3.1

7 years ago
  • Fixed pagination issue where it was showing only 25 messages and mdns.
  • Added the admin command cleanas2server for deleting old data and logs.

0.3.0

7 years ago
  • Added django test cases for testing each of the permutations as defined in RFC 4130 Section 2.4.2
  • Code now follows the pep-8 standard
  • Django admin commands now use argparse instead or optparse

0.2.3

8 years ago

Added functionality to customize MDN messages at organization and partner levels

0.2.2

8 years ago

Includes support for Django 1.9 Updated to UI Updated to documentation