Closed
Description
rest_framework.templatetags.rest_framework
is non-conditionally importing markdown
.
from markdown.extensions.fenced_code import FencedBlockPreprocessor
from rest_framework.compat import (
NoReverseMatch, markdown, reverse, template_render
)
As per the compat
import markdown
has previously been an optional dependency. It's still listed as an optional requirement
Without markdown
installed, the template tags can no longer be imported. cf carltongibson/django-filter#658
Markdown either needs to be declared required or a work around is needed.
Metadata
Metadata
Assignees
Labels
No labels