]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
🐛 Fix encoding a Pydantic model that inherits from another with json_encoders (#1769)
authorHenry Betts <henry.betts@btconnect.com>
Mon, 3 Aug 2020 15:24:29 +0000 (16:24 +0100)
committerGitHub <noreply@github.com>
Mon, 3 Aug 2020 15:24:29 +0000 (17:24 +0200)
commit7fbe3737bc0ffcd9228be2a24b4914f8a6ab9e1e
tree9e40bb53f08908116d5007b5698309df9f3e8d28
parentf63cec9c953f8b878c8dfaa0c3540468e601222c
🐛 Fix encoding a Pydantic model that inherits from another with json_encoders (#1769)
fastapi/encoders.py
tests/test_jsonable_encoder.py