1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #18537 -- Fixed CUIT calculation in ar localflavor

Thanks mmoya at 8ksoft.com.ar for the report and Kevin Shaul for the
initial patch.
This commit is contained in:
Claude Paroz
2012-07-09 13:58:07 +02:00
parent 590de18add
commit 1d2982362d
2 changed files with 9 additions and 1 deletions

View File

@@ -87,6 +87,7 @@ class ARLocalFlavorTests(SimpleTestCase):
'27-10345678-4': '27-10345678-4',
'20101234569': '20-10123456-9',
'27103456784': '27-10345678-4',
'30011111110': '30-01111111-0',
}
invalid = {
'2-10123456-9': error_format,