-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot import name 'list_route' from 'rest_framework.decorators' #405
Comments
See also: #370 |
And #404 |
Got the same problem, but it is actually blocking when starting a new django rest / djoser project. Can't run the server at all... Any solution besides waiting ? Thanks in advance |
|
Great ! When do you plan on rolling out the new djoser release ? |
@Spriithy this week, stay tuned 😄 |
Djoser 2.0 released, I'm closing this. Note that djoser-2.0 is not fully compatible with djoser-1.x and DRF<3.10 |
After an update, I receive the following error at runtime:
Current Versions:
Stack:
from .base import urlpatterns
from djoser import views
from rest_framework.decorators import list_route
You can see the deprecation notes here
Thanks!
The text was updated successfully, but these errors were encountered: