Skip to content

Commit 8ac5a04

Browse files
authored
Merge branch 'main' into develop
2 parents b300e9b + 876e801 commit 8ac5a04

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
tests/htmlcov
44
/poetry.lock
55
/pyproject.toml
6-
*.pyc
76
*.xml
7+
*.pyc
88
*.iml
99
*.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)