fix saving string pk and add db refresh for server_defaults in save() also, bump version

This commit is contained in:
collerek
2020-11-20 11:03:57 +01:00
parent a77fb01b10
commit 2385f95a9f
3 changed files with 95 additions and 4 deletions

View File

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