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

Review the need to monkey patch on modern Django #57

Closed
jezdez opened this issue May 7, 2014 · 2 comments
Closed

Review the need to monkey patch on modern Django #57

jezdez opened this issue May 7, 2014 · 2 comments

Comments

@jezdez
Copy link

jezdez commented May 7, 2014

django/django@af64429 adds support for __html__

@jsocol
Copy link
Collaborator

jsocol commented May 7, 2014

As long as we support 1.4 ESR, 1.5, or 1.6, we'll still need it, but we can update the docs to point out that it's unnecessary for new-enough Django.

@jsocol
Copy link
Collaborator

jsocol commented Dec 10, 2014

It turns out we can't necessarily drop it, see #61. Django templates support the __html__ proto but some form classes seem to not implement it. Needs further research.

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