django / django-localflavor

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

Add 34 prefix value (ar localflavor ARCUITField). #342

Closed ramiro closed 6 years ago

ramiro commented 6 years ago

There are now CUIT assigned that use a 34 prefix. This PR adds support for it.

All Changes

ramiro commented 6 years ago

Thank you for your reviews! I think I've taken care of them.

codecov-io commented 6 years ago

Codecov Report

Merging #342 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #342   +/-   ##
=======================================
  Coverage   95.82%   95.82%           
=======================================
  Files         153      153           
  Lines        3878     3878           
  Branches      517      517           
=======================================
  Hits         3716     3716           
  Misses         98       98           
  Partials       64       64
Impacted Files Coverage Δ
localflavor/ar/forms.py 92.85% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0528736...f3a5b07. Read the comment docs.