Skip to content

Allow_none in additional parameters #2043

@RedekG

Description

@RedekG

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions