Allow valid json to be passed inside attributes
Previously, passing a space inside a quoted string inside an attribute value would produce a malformed string due to the way Django understands attributes on a templatetag. Cotton's underlying component templatetag now handles this as expected.
In reference to:
Full Changelog: v1.5.1...v1.5.2