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

Django 1.9 template tag compatibility #130

Merged
merged 1 commit into from
Apr 16, 2016

Conversation

ikkebr
Copy link
Contributor

@ikkebr ikkebr commented Apr 15, 2016

Due to register.simple_tag automatically espacing unsafe_html in Django 1.9, it is now needed to use mark_safe or format_html. I have chosen the later because it is the recommended solution.

Due to register.simple_tag automatically espacing unsafe_html in Django 1.9, it is now needed to use mark_safe or format_html. I have chosen the later because it is the recommended solution.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 89.899% when pulling 345dd56 on ikkebr:patch-1 into 81c1f87 on django-notifications:master.

@yangyubo yangyubo merged commit 74ff1bf into django-notifications:master Apr 16, 2016
@yangyubo
Copy link
Member

Thank you for contributing!

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.

None yet

3 participants