oxan / djangorestframework-dataclasses

Dataclasses serializer for Django REST framework
BSD 3-Clause "New" or "Revised" License
429 stars 28 forks source link

Example of nested fields & extra_kwargs #4

Closed errietta closed 4 years ago

errietta commented 4 years ago

Had to RTF Tests to figure this out

codecov-io commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #4   +/-   ##
=======================================
  Coverage   97.28%   97.28%           
=======================================
  Files           8        8           
  Lines         515      515           
=======================================
  Hits          501      501           
  Misses         14       14

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 c6b4102...01a4dd5. Read the comment docs.

oxan commented 4 years ago

Thanks, merged it :)