[Fixed]-Django-markdown error: WSGI request object has not attribute 'REQUEST'

1👍

Django’s request object used to have a REQUEST attribute that accepted args from GET and POST, but it was deprecated in 1.7 and removed in 1.9. Your package is not compatible with 1.9.

Leave a comment