import coreapi failure since version 3.8.0 · Issue #5918 · encode/django-rest-framework (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@gsvr

Description

@gsvr

Checklist

Steps to reproduce

Install django 2.0 with latest version of django-rest-framework via pip, and activate in settings.py
Try to open a shell and/or do:
from rest_framework.authtoken import views

Expected behavior

Should just load the views module.

Actual behavior

ModuleNotFoundError: No module named 'coreapi'

Suggested fix

It seems like the coreapi module should no longer be optional, but should be a dependency that installs with a pip install -