This repository has been archived by the owner on May 10, 2022. It is now read-only.
Releases: benkonrath/django-iban
Releases · benkonrath/django-iban
django-iban 0.3.0 Release Notes
djanjo-iban 0.3.0 includes the following changes:
- Pull in IBAN related code that has been contributed django-localflavor. Thanks to Erik Romijn for the code review and bug fixes.
- IBANField uses IBANFormField by default.
- IBAN display format (with spaces) is used in the IBANFormField.
- Optionally limit validation to a list specific of countries.
- Various bug fixes.
django-iban 0.2.8 Release Notes
djanjo-iban 0.2.8 includes the following changes:
- Fix translations for bg, de, fr, nl and pl (Paweł Nowak).
django-iban 0.2.7 Release Notes
djanjo-iban 0.2.6 includes the following changes:
- Allow IBANs to have spaces as per the official display representation.
- Bug fix to re-enable translations (Rodrigo Olmo).
- Add Spanish translations (Rodrigo Olmo).
django-iban 0.2.6 Release Notes
djanjo-iban 0.2.6 includes the following changes:
- Added support for Python 3.2 and 3.3 on Django >= 1.5.
- Thanks to @lucvandort for the pull request!
- Removed support for date conditional IBANs. Pending IBANs are now always included in the regular validation. This currently only affects the Guatemala IBAN which will become active July 1, 2014. The next version of django-iban with allow a list of countries to be excluded which provides a better solution to this issue.
- Added optional support for the Nordea IBAN extensions. These are not official IBANs but are validated using the official algorithm.