Created
March 16, 2017 15:00
-
-
Save svschannak/07781b198f44d0012cbb0d148a2d3d71 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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