drf-writable-nested icon indicating copy to clipboard operation
drf-writable-nested copied to clipboard

Add support for DRF 3.15, drop Django <4.2 and DRF <3.14

Open browniebroke opened this issue 1 year ago • 1 comments

Builds on top of #183

browniebroke avatar Jul 22 '24 07:07 browniebroke

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.23%. Comparing base (6b24fae) to head (fc2a87f). Report is 15 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #186   +/-   ##
=======================================
  Coverage   98.23%   98.23%           
=======================================
  Files           3        3           
  Lines         227      227           
=======================================
  Hits          223      223           
  Misses          4        4           
Flag Coverage Δ
unittests 98.23% <ø> (ø)

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

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Jul 22 '24 07:07 codecov[bot]

@ruscoder Could you please have a final look on this pull request and merge?

ir4y avatar Oct 04 '24 00:10 ir4y

Hi @browniebroke, thanks for the contribution, merged. I'll publish a new release as 0.7.1

ruscoder avatar Oct 29 '24 00:10 ruscoder

Thanks!

Since I opened this, Python 3.8 reached EOL, Python 3.13 was released as well as Django 5.1, so I've just opened a couple of follow up PRs to update CI and package metadata:

  • https://github.com/beda-software/drf-writable-nested/pull/187
  • https://github.com/beda-software/drf-writable-nested/pull/188

Should be pretty similar to this one.

browniebroke avatar Oct 29 '24 09:10 browniebroke