mirumee / django-prices

Django fields for the prices module
158 stars 53 forks source link

Add missing primary_key flag to TaxedModelField #57

Closed rafalp closed 6 years ago

rafalp commented 6 years ago

This PR adds primary_key = False to our TaxedMoneyField which is accessed by Django's ORM when save() is called with update_fields.

Also bumps version to Beta 6

codecov[bot] commented 6 years ago

Codecov Report

Merging #57 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #57   +/-   ##
=======================================
  Coverage   96.15%   96.15%           
=======================================
  Files           4        4           
  Lines         104      104           
  Branches       10       10           
=======================================
  Hits          100      100           
  Misses          2        2           
  Partials        2        2

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 8154f1a...d59d99e. Read the comment docs.