Skip to content

Instantly share code, notes, and snippets.

@sankalpjonn
Created May 29, 2021 14:54
Show Gist options
  • Save sankalpjonn/e22632a5ff387e1de1d30311133709c2 to your computer and use it in GitHub Desktop.
Save sankalpjonn/e22632a5ff387e1de1d30311133709c2 to your computer and use it in GitHub Desktop.
>>> Record.objects.filter(is_deleted=False).values('name')
<QuerySet [{'name': 'First record'}, {'name': 'Second Record'}, {'name': 'Third Record'}]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment