coddingtonbear / django-measurement

Easily store, retrieve, and convert measurements of weight, volume, distance, area and more.
MIT License
145 stars 33 forks source link

Add serialization and deserialization support #92

Closed NyanKiyoshi closed 4 years ago

NyanKiyoshi commented 4 years ago

This pull request is a suggest fix for #91. (fixes #91)

codecov-io commented 4 years ago

Codecov Report

Merging #92 into master will increase coverage by 0.52%. The diff coverage is 87.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #92      +/-   ##
==========================================
+ Coverage    88.8%   89.33%   +0.52%     
==========================================
  Files           4        4              
  Lines         134      150      +16     
==========================================
+ Hits          119      134      +15     
- Misses         15       16       +1
Impacted Files Coverage Δ
django_measurement/models.py 94.66% <87.5%> (-0.25%) :arrow_down:

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 8535133...eb174b7. Read the comment docs.

codingjoe commented 4 years ago

Released in 3.2.0 🎉