django-localflavor icon indicating copy to clipboard operation
django-localflavor copied to clipboard

Brazilian bank codes

Open mawkee opened this issue 5 years ago • 3 comments

I don't know if this is something that we want to add to localflavor, but in any case...

On Brazil, there are govern issued bank codes for each bank operating on the country (it's called COMPE code). These are easily available on the internet, and the list is updated every now and then, when a new bank starts to operate on the country.

We thought about adding a choices tuple (similar to br_states.STATE_CHOICES), since we'll be using this and maintaining anyway. Should I submit a PR for this?

mawkee avatar Apr 03 '19 18:04 mawkee

Sorry for the delay. I think this fits into localflavor provided there's not another package already providing this functionality.

benkonrath avatar May 08 '19 13:05 benkonrath

I could not find one (and I searched a lot). I'll submit a PR then.

mawkee avatar May 14 '19 16:05 mawkee

#376

Vido avatar Jun 12 '19 15:06 Vido