Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Argentinian CBU local flavor #151

Merged
merged 1 commit into from
Apr 17, 2016
Merged

Conversation

scaramagus
Copy link
Contributor

This pull request adds a custom field for Clave Bancaria Uniforme, used in all financial transactions in Argentina.

More info (in spanish):
http://www.clientebancario.gov.ar/default.asp
http://es.wikipedia.org/wiki/Clave_Bancaria_Uniforme

@scaramagus
Copy link
Contributor Author

@benkonrath Is there any problem with this pull request? It's been some time since I pushed it...

'invalid': _('Enter a valid CBU in XXXXXXXXXXXXXXXXXXXXXX format.'),
'max_length': _('CBU must be exactly 22 digits long.'),
'min_length': _('CBU must be exactly 22 digits long.'),
'checksum': _("Invalid CBU."),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor point: Can you change the double-quotes to single quotes for consistency?

@benkonrath benkonrath added this to the 1.3 milestone Apr 14, 2016
@benkonrath
Copy link
Member

@agustin380 Sorry for the delay. Thanks for the reminder. It looks good. Besides those minor points, could you also add a changelog entry. Please rebase to master and squash any changes you make into one commit. Thanks!

@scaramagus scaramagus force-pushed the master branch 4 times, most recently from 0c90c16 to f421d0a Compare April 14, 2016 15:53
@scaramagus
Copy link
Contributor Author

@benkonrath Done, thanks for the feedback!

@@ -15,6 +15,8 @@ New flavors:

New fields for existing flavors:

- Added ARCBUField model field.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You actually added a form field, not a model field. :) Can you change this? Thanks.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@benkonrath Damn, missed that one. It's fixed now, I hope I didn't miss anything else. Thanks again, I'll be making another PR on the following days, please stay around! ;P

@benkonrath benkonrath merged commit 8ba4501 into django:master Apr 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants