You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: