]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
Using pydantic custom encoders (#21)
authoreuri10 <euri10@users.noreply.github.com>
Fri, 8 Feb 2019 12:06:19 +0000 (13:06 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 8 Feb 2019 12:06:19 +0000 (16:06 +0400)
commit32438c85f6e5c411cdafef58af277135bfe3c7df
treebcaf7f6299b1598111488a3ee4f9afe5cb8c6052
parent02e53fde9050b286300474b501f43675f978d388
Using pydantic custom encoders (#21)

Add support for Pydantic custom JSON encoders.
fastapi/encoders.py
scripts/test.sh [changed mode: 0644->0755]
tests/test_datetime.py [new file with mode: 0644]