neutronX / django-markdownx

Comprehensive Markdown plugin built for Django
https://neutronx.github.io/django-markdownx/
Other
863 stars 153 forks source link

Add compatibility with Django 2.0. #94

Closed aaugustin closed 6 years ago

aaugustin commented 7 years ago

Django 2.0 calls reversed on the js attribute that defines JavaScript resources.

This fails because a set cannot be reversed.

With this change, django-markdownx passes a smoke test on Django 2.0.

xenatisch commented 6 years ago

Thanks for this. I'll get onto it at some point in the coming days.

DKorytkin commented 6 years ago

merged?

Keda87 commented 6 years ago

Thank you @xenatisch for merging this. I owe you for this. When will the pypi or new tag release?

xenatisch commented 6 years ago

@Keda87 No worries. Pypi needs to be done by @adi- , but if he didn't/couldn't get to it in time, I will do it as soon as I can.