zsiciarz / django-markitup

Markup handling (using Jay Salvat's MarkItUp! flexible universal markup editor) for Django
https://github.com/zsiciarz/django-markitup
BSD 3-Clause "New" or "Revised" License
47 stars 31 forks source link

Initial Django 1.11 and 2.0 support #21

Closed stefanor closed 4 years ago

stefanor commented 6 years ago

Enough to pass tests. (tested on everything except Python 3.4).

There are some compatibility hacks (noted with comments) that can be rolled back, once older Django support is dropped.

Fixes: #22

zsiciarz commented 6 years ago

Hey @stefanor, big thanks for your work! Sorry for the (extremely) late response. I burned out a little and neglected Open Source for some time. Getting back to business at last :) I'll merge this PR soon and drop compatibility with Django<1.11.

hodgestar commented 5 years ago

@zsiciarz Meep. Anything we can do to help merge this and make a new release?

programmylife commented 4 years ago

Hi @zsiciarz , I am helping to set up the website for SciPy for next summer and we would like to adopt wafer (which has a dependency on this repo), but we are concerned about starting with 1.11 since it will be EOL by the time the conference comes around.

Could you merge this PR? Or is there anything you need help with in order to complete the merge?

drnlm commented 4 years ago

The CTPUG organisation has taken over maintaining django-markitup - https://github.com/CTPUG/django-markitup .

We've released django-markitup 3.5.0 with support for Django 2.0, and will continue working on the other outstanding issues.