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.authorizemethod no longer takes asaveargument. 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, rathersuds, update your dependencies accordingly.
2.4.0¶
- Raise
CertificateExpired,UntrustedCertificateorAuthenticationErrorwhen attempting an authentication fail. - The field
ReceiptEntry.amounthas been renamed toquantity. - Add a links to documentation on where to obtain the AFIP WS certificates.
- Introduce this changelog.