Exception Type: AttributeError
Exception Value: 'OrderedDict' object has no attribute 'register'
Exception Location: /docker_venv/lib/python3.6/site-packages/rest_framework/compat.py in md_filter_add_syntax_highlight, line 213
How can I get around this? Relevant issues/PRs I found: https://github.com/encode/django-rest-framework/pull/6722 https://github.com/encode/django-rest-framework/pull/6412 Thanks! |