Sebastián Ramírez
955e9fcb31
Update fix SQLAlchemy support with ORM ( #30 )
✨ SQLAlchemy ORM support
Improved jsonable_encoder with SQLAlchemy support, tests running with SQLite, improved and updated SQL docs
* ➕ Add SQLAlchemy to development dependencies (not required for using FastAPI)
* ➕ Add sqlalchemy to testing dependencies (not required to use FastAPI)
6 years ago
Sebastián Ramírez
d692c28f52
📝 Add docs for bigger applications and APIRouter
and update tests to match docs
6 years ago
Sebastián Ramírez
577c5a84db
🐛 Fix constrained bytes, from defaults in Pydantic
#2
6 years ago
Sebastián Ramírez
9a8349bf96
📝 Improve explanation of dependencies
6 years ago
Sebastián Ramírez
c3e5e65093
🎨 Fix missing format
6 years ago
Sebastián Ramírez
804ec460fc
⬆️ Add tests, fix issues and update Pydantic
6 years ago
Sebastián Ramírez
6b9931f882
✅ Add tests for metadata
6 years ago
Sebastián Ramírez
613c3f3e95
✅ Test all HTTP methods
6 years ago
Sebastián Ramírez
a73709507c
✅ Add docs, tests and fixes for extra data types
including refactor of jsonable_encoder to allow other object and model types
6 years ago
Sebastián Ramírez
3180f35bdd
✅ Fix OpenAPI test for body schema
6 years ago
Sebastián Ramírez
d498b7feb3
✅ Add tests for response_model
6 years ago
Sebastián Ramírez
3269e6a95c
✅ Test custom responses
6 years ago
Sebastián Ramírez
f1808de18e
✅ Add tests for form and files
6 years ago
Sebastián Ramírez
748dc375db
🐛 Fix Form and File params must always be embeded
and add tests for forms and files
6 years ago
Sebastián Ramírez
b38fb937b0
🔇 Remove debugging prints
6 years ago
Sebastián Ramírez
c25a71e352
🐛 Re-implement check for body as a workaround
while encode/starlette#287 is merged
6 years ago
Sebastián Ramírez
4b94da956c
✅ Update query param tests and docs
6 years ago
Sebastián Ramírez
b59e8ffcf6
🎨 Format tests for Cookies
6 years ago
Sebastián Ramírez
7f382127cc
✅ Add tests for body with Schema
6 years ago
Sebastián Ramírez
3513b039b9
✅ Test cookies
6 years ago
Sebastián Ramírez
22dc7e9132
✅ Test for missing required body
6 years ago
Sebastián Ramírez
ae50492735
✅ Add tests for header parameters
6 years ago
Sebastián Ramírez
00e2e544c7
♻️ Re-format tutorials, files names and tests
for tutorial files
6 years ago