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
I'm getting an ImportError when using django 1.8 beta and rest framework 3.1.0
File "/<omitted>/rest_framework/response.py", line 8, in <module>
from django.core.handlers.wsgi import STATUS_CODE_TEXT
ImportError: cannot import name 'STATUS_CODE_TEXT'