Skip to content
This repository was archived by the owner on Oct 3, 2019. It is now read-only.
This repository was archived by the owner on Oct 3, 2019. It is now read-only.

Support ListField in MongoEngine #2

@heynemann

Description

@heynemann

Allow users to submit items to a listfield in the specified document, like this:

name=Bernardo&address[0].street=Somewhere&address[0].number=42&address[1].street=Else&address[1].number=41

As well as adding the listfield as a new route:

/user/bernardo/address/?

When posting to that route, a new address will be added to the list.
When putting to that route with pk, the address gets updated.
When deleting from that route with pk, the address gets deleted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions