Closed feelixe closed 3 years ago
Merging #141 (9096e78) into master (f7d470f) will decrease coverage by
3.29%
. The diff coverage is50.00%
.
@@ Coverage Diff @@
## master #141 +/- ##
==========================================
- Coverage 98.16% 94.87% -3.30%
==========================================
Files 3 3
Lines 218 234 +16
==========================================
+ Hits 214 222 +8
- Misses 4 12 +8
Impacted Files | Coverage Δ | |
---|---|---|
drf_writable_nested/mixins.py | 94.59% <50.00%> (-3.47%) |
: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 f7d470f...9096e78. Read the comment docs.
why you closed this?
why you closed this?
I opened a new PR since I couldn't reopen this. Would you be able to assist in reviewing/testing my fork? I'm not sure I've done it in the best way.
whenever you want to contribute work a on a new branch of your fork, not the master branch, then send the pr from your branch to this repo master branch
This adds support for initializing serializer with
many=True
. Only with action create from view function. Needs to be reviewed. Example usage (Same as current usage, except if you want to use many=True, you have to instantiatethe serializer with that kwarg):serializers.py
views.py
Or to allow for sending one or many: