fastapi/tests/test_tutorial/test_extra_models
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
..
__init__.py Document and test union and list response models (#108) 2019-03-25 23:28:09 +04:00
test_tutorial003.py 🎨 Improve automatic naming of path operations in API docs (#155) 2019-04-12 21:25:26 +04:00
test_tutorial004.py 🎨 Improve automatic naming of path operations in API docs (#155) 2019-04-12 21:25:26 +04:00
test_tutorial005.py Implement support for Pydantic's ORM mode (#322) 2019-06-20 11:31:32 +02:00