]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
:bug: Fix jsonable_encoder for models with Config (#29)
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 12 Feb 2019 17:43:34 +0000 (21:43 +0400)
committerGitHub <noreply@github.com>
Tue, 12 Feb 2019 17:43:34 +0000 (21:43 +0400)
commit9745a5d1ae86a7fefacf79bdde8e5dd2d59fa2f4
treebe06dba21bad3ff520bee4de7deb0272081b4529
parent92c825be6a7362099400c9c3fe8b01ea13add3dc
:bug: Fix jsonable_encoder for models with Config (#29)

but without json_encoders
fastapi/encoders.py
tests/test_datetime_custom_encoder.py [moved from tests/test_datetime.py with 81% similarity]
tests/test_jsonable_encoder.py