fix multiple pkonly models with same name in openapi schema

This commit is contained in:
collerek
2021-02-17 18:19:48 +01:00
parent edafbc20fc
commit dedc90329c
5 changed files with 163 additions and 80 deletions

View File

@ -68,7 +68,7 @@ class UndefinedType: # pragma no cover
Undefined = UndefinedType()
__version__ = "0.9.3"
__version__ = "0.9.4"
__all__ = [
"Integer",
"BigInteger",