Closed bogdal closed 8 years ago
Why price.net
? Why not?
93.17%
Branch #16 has no coverage reports uploaded yet.
No diff could be generated. No reports for
master
found. Review entire Coverage Diff as of62b03f0
Powered by Codecov. Updated on successful CI builds.
Because net
value is represented by PriceField.
We don't need this change anymore. See https://github.com/mirumee/django-prices/pull/24#issuecomment-156687160
Price
object is the default value ofPriceField
, whoseDjango
validates as aDecimalField
using DecimalValidator. This PR allowsPrice
to pass the test.