Skip to content

Instantly share code, notes, and snippets.

@moacirmoda
Created August 10, 2018 00:34
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 moacirmoda/40f3247e0c0d2f5cccbd7c5d0630a115 to your computer and use it in GitHub Desktop.
Save moacirmoda/40f3247e0c0d2f5cccbd7c5d0630a115 to your computer and use it in GitHub Desktop.
for item in Person.objects.all().values('name'):
print(item['name'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment