Skip to content

Commit fa7a095

Browse files
authored
Merge branch 'main' into feature/foreign_tree
2 parents ec046e3 + 9e73d07 commit fa7a095

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
tests/htmlcov
44
/poetry.lock
55
/pyproject.toml
6+
*.xml
67
*.pyc
78
workspace.xml
89
*.iml
910
*.xml
11+
*.sh

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ I believe that many people who work with FastApi to build RESTful CRUD services
4343
`FastAPI Quick CRUD` can generate CRUD methods in FastApi from an SQLAlchemy schema:
4444

4545
- Get one
46+
- Get one with foreign key (IN DEVELOPMENT)
4647
- Get many
48+
- Get many with foreign key (IN DEVELOPMENT)
4749
- Update one
4850
- Update many
4951
- Patch one

0 commit comments

Comments
 (0)