Changelog

This file contains a brief summary of new features and dependency changes or releases, in reverse chronological order.

2.6.1

  • Language settings of downstream apps should no longer generate bogus migrations for django-afip.

2.6.0

  • It is now possible to generate keys and CSRs for taxpayers, both programmatically, and via the admin.
  • The AuthTicket.authorize method no longer takes a save argument. Authorized tickets are now always immediately saved.
  • Add a missing migration.

2.5.1

  • Fix an error validating receipts with not VAT or Tax.

2.5.0

  • We now rely on zeep, rather suds, update your dependencies accordingly.

2.4.0

  • Raise CertificateExpired, UntrustedCertificate or AuthenticationError when attempting an authentication fail.
  • The field ReceiptEntry.amount has been renamed to quantity.
  • Add a links to documentation on where to obtain the AFIP WS certificates.
  • Introduce this changelog.