Skip to content
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

Updated urls.py and utils.py to get rid of deprecation warnings #62

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Updated urls.py and utils.py to get rid of deprecation warnings #62

wants to merge 4 commits into from

Conversation

NickHurst
Copy link

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 prevent escaping.

Added conditional from #60 to handle different django versions when calling markdown preview.

@marshallds
Copy link

I'm currently using @NickHurst's branch in production since it includes the Django 1.9 compatibility fixes. Would be nice to be able to go back to the mainline in my requirements.txt though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants