-
-
Notifications
You must be signed in to change notification settings - Fork 667
Open
Labels
Description
Hi!
Is it possible that additional attributes have null value? If so how to set it?
Here is an example of a code:
class Test(Schema):
class Meta:
include = {
"tester:test": fields.Str(),
}
additional = ["test:one","test:two","test:three"]
ordered = True
Reactions are currently unavailable