add extra to Model.Meta, update docs and bump version
This commit is contained in:
6
ormar/models/utils.py
Normal file
6
ormar/models/utils.py
Normal file
@ -0,0 +1,6 @@
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class Extra(str, Enum):
|
||||
ignore = "ignore"
|
||||
forbid = "forbid"
|
||||
Reference in New Issue
Block a user