Add datetime.date support to JSONEncoder

This commit is contained in:
Ben Jones 2015-01-22 12:31:46 -06:00
parent 1ba6c2248d
commit 61263e08f9
3 changed files with 24 additions and 3 deletions

View file

@ -61,6 +61,7 @@ Version 1.0
- The automatically provided ``OPTIONS`` method is now correctly disabled if
the user registered an overriding rule with the lowercase-version
``options`` (issue ``#1288``).
- flask.json.jsonify now supports the datetime.date type
Version 0.10.2
--------------