forked from orbit-oss/flask
Add datetime.date support to JSONEncoder
This commit is contained in:
parent
1ba6c2248d
commit
61263e08f9
3 changed files with 24 additions and 3 deletions
1
CHANGES
1
CHANGES
|
|
@ -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
|
||||
--------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue