Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

django-iban 0.3.0 Release Notes

Latest
Compare
Choose a tag to compare
@benkonrath benkonrath released this 02 Oct 10:25
· 18 commits to master since this release

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.