Skip to content

Instantly share code, notes, and snippets.

@brunomichetti
Created July 1, 2022 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunomichetti/afdd61034bd9f893cbbd4a37105345ae to your computer and use it in GitHub Desktop.
Save brunomichetti/afdd61034bd9f893cbbd4a37105345ae to your computer and use it in GitHub Desktop.
[
{
"model": "myapp.person",
"pk": 1,
"fields": {
"first_name": "John",
"last_name": "Lennon"
}
},
{
"model": "myapp.person",
"pk": 2,
"fields": {
"first_name": "Paul",
"last_name": "McCartney"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment