Changed |tojson filter to quote single attributes

This commit is contained in:
Armin Ronacher 2013-06-14 00:05:09 +01:00
parent 2713ea98cb
commit c502dfbbfb
3 changed files with 28 additions and 2 deletions

View file

@ -8,6 +8,11 @@ Version 0.10.1
Pending bugfix release.
- Fixed an issue where ``|tojson`` was not quoting single quotes which
made the filter not work properly in HTML attributes. Now it's
possible to use that filter in single quoted attributes. This should
make using that filter with angular.js easier.
Version 0.10
------------