]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
:bug: Fix skip_defaults implementation when returning a Pydantic model (#422)
authordmontagu <35119617+dmontagu@users.noreply.github.com>
Mon, 26 Aug 2019 13:24:58 +0000 (06:24 -0700)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 26 Aug 2019 13:24:58 +0000 (08:24 -0500)
commit38495fffa560fa57a8f0e6437d8e43c36c8e5612
tree462b50869874b3159d9c5d233b9b3a26b094bfb9
parentb77a43bcac3ec8e7edbe82543e777c60ae85c178
:bug: Fix skip_defaults implementation when returning a Pydantic model (#422)
fastapi/routing.py
tests/test_skip_defaults.py [new file with mode: 0644]