Skip to content

Instantly share code, notes, and snippets.

@valerybriz
Created May 2, 2019 21:56
Show Gist options
  • Save valerybriz/5023eb05a7d9a28531ca282c0b17c4f0 to your computer and use it in GitHub Desktop.
Save valerybriz/5023eb05a7d9a28531ca282c0b17c4f0 to your computer and use it in GitHub Desktop.
# Hits the database
team_queryset = Team.objects.get(name="tigers")
# Hits the database again to get the related User objects
user = team_queryset.user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment