django / django-localflavor

Country-specific Django helpers, formerly of contrib fame
https://django-localflavor.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
812 stars 289 forks source link

Added check for BBAN in IBAN Validator #486

Closed benkonrath closed 1 year ago

benkonrath commented 1 year ago

Also:

I used stdnum.iban to do a validation as the last step. I did this so that we can get this into the 4.0 release without string changes. We should probably replace the existing code with calls to the appropriate functions in stdnum.iban but I didn't want to do this now because of the string freeze (and I don't have too much time right now). Thoughts?

Fixes #485