We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The value for an empty field will change to None (instead of an empty dictionary). The renderer has to be updated accordingly.
None
Note: Corresponding changes will need to happen in springload/draftail and springload/wagtaildraftail.
The text was updated successfully, but these errors were encountered:
Add support for None content state in HTML.render
6795b4c
See #60. This will make it easier for us to interface with our new storage of empty fields in Django ORMed DBs.
69e6a3a
loicteixeira
No branches or pull requests
The value for an empty field will change to
None
(instead of an empty dictionary). The renderer has to be updated accordingly.Note: Corresponding changes will need to happen in springload/draftail and springload/wagtaildraftail.
The text was updated successfully, but these errors were encountered: