-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added django 1.10 compatibility #70
Conversation
'django.conf.urls.patterns()' was removed in Django 1.10a1
request.REQUEST was removed in django/django@75f107b
django.conf.urls.patterns will be depricated in django 1.10
future, standard library, third-party libraries, other Django components, local Django component, try/excepts.
Apply 'safe' filter to extra_settings string. Without 'safe' filter 'extra_settings' looks like mySettings, {"previewParserPath": "/markdown/preview/"}); when using django_markdown with django 1.10b1
e.g. mySettings, {"previewParserPath": "/markdown/preview/"});
@sv0 this project seems not be maintained anymore and the owner does not seem interested in even merging PRs or even answering messages. Your PR is very important, you should consider renaming the project and deploying it under this new name to PyPI so we can continue using it (just make sure you keep compatible licences and credits). Consider the names: Hope to hear from you! |
@sv0 I agree with @filipeximenes. Please make your branch an official new project. It works perfectly. |
@filipeximenes @CostantinoGrana |
I've created a new repository https://github.com/sv0/django-markdown-app for django-markdown application. The package is also available on PyPI: @filipeximenes unfortunately the name django-markdown-utils is already taken. |
@sv0 Awesome, thanks! |
Changes: