Duke-GCB / D4S2

Web service to facilitate notification and transfer of projects in DukeDS
MIT License
0 stars 0 forks source link

Upgrade to djangorestframework==3.11.2 #247

Closed johnbradley closed 3 years ago

johnbradley commented 3 years ago

Upgrades DRF to fix https://github.com/advisories/GHSA-fx83-3ph3-9j2q. Replaces list_route and detail_route decorator with action because list_route and detail_route were removed some time in 3.9+.