sbdchd / djangorestframework-types

:sunflower: Type stubs for Django Rest Framework
MIT License
34 stars 8 forks source link

fix: Fix permission_classes type for decorators #24

Closed last-partizan closed 2 years ago

last-partizan commented 2 years ago

This PR fixed type for permission_classes, it should accept the same types as permission_classes in views (for example, OperationHolder).