This repository has been archived by the owner on May 10, 2022. It is now read-only.
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.