Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reverse m2m relation update #167

Merged
merged 1 commit into from
Jul 13, 2022
Merged

Conversation

bierik
Copy link
Contributor

@bierik bierik commented Jul 12, 2022

Fixes #165

@codecov-commenter
Copy link

codecov-commenter commented Jul 13, 2022

Codecov Report

Merging #167 (ae3c6f6) into master (a3d53dc) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #167   +/-   ##
=======================================
  Coverage   98.18%   98.19%           
=======================================
  Files           3        3           
  Lines         220      221    +1     
=======================================
+ Hits          216      217    +1     
  Misses          4        4           
Flag Coverage Δ
unittests 98.19% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
drf_writable_nested/mixins.py 98.08% <100.00%> (+<0.01%) ⬆️

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 a3d53dc...ae3c6f6. Read the comment docs.

@ir4y ir4y merged commit d8065e1 into beda-software:master Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when trying to update reverse many-to-many relation
3 participants