CarliJoy / django-pint

Simple django app for storing Quantities with units, leveraging the Pint library
https://django-pint.readthedocs.io
MIT License
39 stars 16 forks source link

convert numeric types to str before calling Decimal #108

Closed SamuelJennings closed 1 month ago

SamuelJennings commented 1 month ago

Fixes #106. Let me know if anything doesn't look right.

SamuelJennings commented 1 month ago

Okay I think it should be good now. Let me know any other suggestions.