django / django-localflavor

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

Add br model fields #365

Closed benkonrath closed 5 years ago

benkonrath commented 5 years ago

Rebased and squashed version of #341.

Closes #341 #334

codecov-io commented 5 years ago

Codecov Report

Merging #365 into master will increase coverage by 0.04%. The diff coverage is 97.7%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #365      +/-   ##
==========================================
+ Coverage   95.93%   95.97%   +0.04%     
==========================================
  Files         157      158       +1     
  Lines        3982     4022      +40     
  Branches      523      523              
==========================================
+ Hits         3820     3860      +40     
  Misses         98       98              
  Partials       64       64
Impacted Files Coverage Δ
localflavor/br/forms.py 100% <100%> (+1.73%) :arrow_up:
localflavor/br/models.py 100% <100%> (ø) :arrow_up:
localflavor/br/validators.py 96.55% <96.55%> (ø)

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 0437684...ce7fa3c. Read the comment docs.