Added support for unicode json dumping. This fixes #535
This commit is contained in:
parent
5583fe8acf
commit
8339cb3508
5 changed files with 52 additions and 9 deletions
4
CHANGES
4
CHANGES
|
|
@ -30,6 +30,10 @@ Release date to be decided.
|
|||
- The config object is now available to the template as a real global and
|
||||
not through a context processor which makes it available even in imported
|
||||
templates by default.
|
||||
- Added an option to generate non-ascii encoded JSON which should result
|
||||
in less bytes being transmitted over the network. It's disabled by
|
||||
default to not cause confusion with existing libraries that might expect
|
||||
``flask.json.dumps`` to return bytestrings by default.
|
||||
|
||||
Version 0.9
|
||||
-----------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue