Skip to content

SomeField(many=True) vs List(SomeField()) #1346

@jtrakk

Description

@jtrakk

I've always used List(SomeField()) and haven't really understood the purpose of SomeField(many=True). Is there a guideline for when I'd want to use SomeField(many=True) instead of List(SomeField())? Thanks.

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