📝 Update FastAPI tutorial docs to use the new model.sqlmodel_update() instead of old setattr() (#1117)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Joel Pérez Izquierdo
2025-04-27 14:02:41 +01:00
committed by GitHub
parent 990f8f407f
commit bc67b582b6
17 changed files with 23 additions and 44 deletions

View File

@@ -63,7 +63,7 @@ There is a script that you can run locally to test all the code and generate cov
<div class="termy">
```console
$ bash scripts/test-cov-html.sh
$ bash scripts/test.sh
```
</div>