django_markdown
django_markdown copied to clipboard
Django markdown support and wysiwig
Update to get rid of deprecation warnings. Stopped using patterns() in urls.py. Changed `ctx` in utils.py to a dictionary rather than a context. Used `mark_safe` on the `extra_settings` parameter to...
Hey, this will suppress some warnings :)
Fixes `RemovedInDjango110Warning` in `urls.py` for Django >= 1.8 If support for older versions is still needed, I can add version checks.
django_markdown failed to show preview in django 1.9. Since request.REQUEST was deprecated in Django 1.7 and removed from Django 1.9, the new code read data from request.POST instead.
Given that all PR's currently fail due to the `cov` run in the config, I decided it was a good time to dig into uncharted territory and see if I...
This may or may not have something to do with CI tests failing. I'm not familiar with it, but can imagine it could cause an issue somewhere in the process.