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

Output of require_module template tag gets escaped in Django 1.9 #63

Closed
shelldweller opened this issue Feb 2, 2016 · 2 comments
Closed

Comments

@shelldweller
Copy link

Template:

{% load require %}
{% require_module 'main' %}

In the latest version of Django this produces:

<script src="/path/to/require.js" data-main="/path/to/main.js"></script>
@shelldweller
Copy link
Author

See Django 1.9 release notes regarding this change.

@etianen
Copy link
Owner

etianen commented Feb 4, 2016

Looks like #62 and #64 both implement this fix. #64 is currently merged, but I'mm happy to reconsider if there's a compelling reason.

If everyone is happy with the current state of affairs, let me know, and I'll push out a new release.

@etianen etianen closed this as completed Feb 4, 2016
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

No branches or pull requests

2 participants