Skip to content

Instantly share code, notes, and snippets.

@svschannak
Created March 16, 2017 15:00
Show Gist options
  • Save svschannak/07781b198f44d0012cbb0d148a2d3d71 to your computer and use it in GitHub Desktop.
Save svschannak/07781b198f44d0012cbb0d148a2d3d71 to your computer and use it in GitHub Desktop.
def items(self):
return Event.objects.filter(user=request.user).order_by('-date')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment