neutronX / django-markdownx

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

Error with Django 2.0 #95

Closed w00kie closed 6 years ago

w00kie commented 6 years ago

When running Django 2.0, I get an argument to reversed() must be a sequence when I include {{ form.media }} for a markdownx enabled model form.

w00kie commented 6 years ago

I just saw PR #94, tested it and confirmed it fixes my issue.

xenatisch commented 6 years ago

I will merge that later this week, or at some point next week.

w00kie commented 6 years ago

Hello @xenatisch Do you have any updates on this?

ghost commented 6 years ago

I have the same the same error with Django 2.0. @xenatisch, could you merge this fix?

xenatisch commented 6 years ago

@pawel2g done (not on PyPi though)

aeyoll commented 6 years ago

Hello @xenatisch, Thanks for the merge. Is this publishable to PyPi? It would be nice to have a Django 2.0 compatible version for this great package. Thanks a lot!

adi- commented 6 years ago

It is live with v2.0.22