fastapi/fastapi
Sebastián Ramírez aa84ac8e3e
Implement support for Pydantic's ORM mode (#322)
*  Implement support for Pydantic's ORM mode

* 🏗️ Re-structure/augment SQL tutorial source using ORM mode

* 📝 Update SQL docs with SQLAlchemy, ORM mode, relationships

* 🔥 Remove unused util in tutorial

* 📝 Add tutorials for simple dict bodies and responses

* 🔥 Remove old SQL tutorial

*  Add/update tests for SQL tutorial

*  Add tests for simple dicts (body and response)

* 🐛 Fix cloning field from original field
2019-06-20 11:31:32 +02:00
..
dependencies bug: Fix handling an empty-body request with a required body param (#311) 2019-06-13 18:37:48 +02:00
openapi Use default response status reasons in additional responses (#313) 2019-06-18 09:46:57 +02:00
security 🐛 Fix HTTP Bearer security auto-error (#282) 2019-06-01 09:57:45 +04:00
__init__.py 🔖 Release 0.29.1 2019-06-13 18:47:43 +02:00
applications.py Implement dependency overrides for testing (#291) 2019-06-05 15:43:18 +04:00
datastructures.py Add support for UploadFile class annotations (#63) 2019-03-03 20:52:37 +04:00
encoders.py Add include, exclude, and by_alias to path operation methods (#264) 2019-05-27 16:08:13 +04:00
exception_handlers.py Separate Pydantic's ValidationError handler and improve docs for error handling (#273) 2019-05-29 16:27:55 +04:00
exceptions.py 🐛 Fix type declaration of HTTPException (#279) 2019-05-30 19:43:02 +04:00
param_functions.py Implement dependency value cache per request (#292) 2019-06-05 21:00:54 +04:00
params.py Implement dependency value cache per request (#292) 2019-06-05 21:00:54 +04:00
py.typed add py.typed to ship typing information (#209) 2019-05-11 13:43:47 +04:00
routing.py Implement support for Pydantic's ORM mode (#322) 2019-06-20 11:31:32 +02:00
utils.py Implement support for Pydantic's ORM mode (#322) 2019-06-20 11:31:32 +02:00