]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
:white_check_mark: Add docs, tests and fixes for extra data types
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 22 Dec 2018 10:35:48 +0000 (14:35 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 22 Dec 2018 10:35:48 +0000 (14:35 +0400)
commita73709507c0778f97584ce67683901ec9da28d2a
treeb56a753c5a502bd46e1fa702f464cdcce156496a
parent75407b92952d4a5fabe9b2d7084fddce5725dcbd
:white_check_mark: Add docs, tests and fixes for extra data types

including refactor of jsonable_encoder to allow other object and model types
docs/src/extra_data_types/tutorial001.py [new file with mode: 0644]
docs/tutorial/body-nested-models.md
docs/tutorial/extra-data-types.md [new file with mode: 0644]
docs/tutorial/path-params.md
fastapi/dependencies/utils.py
fastapi/encoders.py
fastapi/routing.py
mkdocs.yml
tests/test_tutorial/test_extra_data_types/__init__.py [new file with mode: 0644]
tests/test_tutorial/test_extra_data_types/test_tutorial001.py [new file with mode: 0644]