You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
requirements: compatibility with djangorestframework v3.9 or higher
djangorestframework v3.9 deprecated the keyword argument "base_name" for
routers. The old name works up to djangorestframework 3.10, but fails
later.
See encode/django-rest-framework#5990
0 commit comments