]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
:lock: Fix clone field implementation to handle sub-models in response_model (#889)
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 18 Jan 2020 17:03:51 +0000 (18:03 +0100)
committerGitHub <noreply@github.com>
Sat, 18 Jan 2020 17:03:51 +0000 (18:03 +0100)
commit75a07f24bf01a31225ee687f3e2b3fc1981b67ab
tree70c117abda9d8b28158bb8e2e1ac52b0c379f070
parent7cea84b74ca3106a7f861b774e9d215e5228728f
:lock: Fix clone field implementation to handle sub-models in response_model (#889)
fastapi/utils.py
tests/test_filter_pydantic_sub_model.py [new file with mode: 0644]