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

Breaks with drf-extensions==0.5.0

Open wiwski opened this issue 5 years ago • 1 comments

I got a TypeError: register() got an unexpected keyword argument 'base_name' exception when running my app after upgrading drf-extensions because installing another package.

I rollbacked to 0.4.0 to solve the issue.

wiwski avatar Jun 26 '19 16:06 wiwski

rename base_name to basename

CheckFly avatar Dec 20 '19 04:12 CheckFly