Closed realslimshanky closed 6 years ago
base/api/routers.py contains DynamicListRoute which was changed to action decorator in DRF v3.8.0. Refactor is required of SingletonRouter to fix this issue.
DynamicListRoute
action
SingletonRouter
Would you like to send a pull-request?
base/api/routers.py contains
DynamicListRoute
which was changed toaction
decorator in DRF v3.8.0. Refactor is required ofSingletonRouter
to fix this issue.