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

Support ListField in MongoEngine #2

Open
heynemann opened this issue Jul 5, 2014 · 0 comments
Open

Support ListField in MongoEngine #2

heynemann opened this issue Jul 5, 2014 · 0 comments

Comments

@heynemann
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant