Remove 3.10 deprecations by rpkilby · Pull Request #6687 · encode/django-rest-framework (original) (raw)
Removed the following deprecations:
@detail_route
/@list_route
(replaced by@action
)DjangoObjectPermissionsFilter
(moved to rpkilby/django-rest-framework-guardian)
Also inlines the is_guardian_installed
check, since guardian is only used in the test suite. Basically, a test suite implementation detail. DRF itself no longer directly provides a django-guardian integration.