allow in fastapi to return related models with only pk populated

This commit is contained in:
collerek
2020-11-09 15:40:26 +01:00
parent 9eca23ef74
commit 3b3f0445f4
3 changed files with 35 additions and 3 deletions

View File

@ -30,7 +30,7 @@ class UndefinedType: # pragma no cover
Undefined = UndefinedType()
__version__ = "0.4.1"
__version__ = "0.4.2"
__all__ = [
"Integer",
"BigInteger",