trentm / django-markdown-deux

A django app that provides Markdown-related template tags using the python-markdown2 library.
Other
288 stars 62 forks source link

Django 2.1 support #31

Closed rehug closed 1 year ago

rehug commented 6 years ago

I tried django 2.1 today as I saw that view permision's added, but found that error occurs when I tried to add a post. TypeError: render() got an unexpected keyword argument 'renderer' . Further detail as follows image

indigodomo commented 5 years ago

What is everyone else doing? I'm making the (huge) jump from Django 1.9/Python 2.7 to Django 2.2/Python 3.7.

prateekmadhikar commented 2 years ago

What is everyone else doing? I'm making the (huge) jump from Django 1.9/Python 2.7 to Django 2.2/Python 3.7.

3 year late ping but what did you do here?

indigo-jay commented 2 years ago

Sorry, too long ago, I don't recall.

xrmx commented 1 year ago

Pretty sure this is unrelated to this package as we don't have forms here :)