- None
- Uppercase BIC (Gunnar Scherf @g10f).
- Fix German translation (Gunnar Scherf @g10f).
- Latvian and Russian translations (@vgaicuks).
- 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.
- Fix translations for bg, de, fr, nl and pl (Paweł Nowak).
- Allow IBANs to have spaces as per the official display representation.
- Bug fix to re-enable translations (Rodrigo Olmo).
- Add Spanish translations (Rodrigo Olmo).
- Python 3.3 support (lucvandort).
- Python 3.2 support.
- Remove date conditional IBANs. Pending IBANs are now always included in validation.
- Add optional support for the Nordea IBAN extensions.
- Add support for django-countries >= 2.0 (Steffen Zieger).
- Include the translations in the distribution.
- Remove incorrect IBAN aliases for French islands.
- Add date conditional support for Qatar IBAN.
- Add form fields.
- Add Dutch translations.
- Add French translations.
- Move Brazil to official IBAN list.
- Add Polish translations.
- Add German translations.
- Add Bulgarian translations.
- API change Rename IbanAccountField to IBANField.
- Add SWIFTBICField.
- Add usage instructions to the README.
- Add date conditional support for Brazil IBAN.
- Move Pakistan to official IBAN list.
- Add support for South.
- Convert README to rst.
- Include README in distribution.
- Initial release with validated IBAN model field.