Advertisement
Guest User

Untitled

a guest
Aug 28th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. >>>Post.objects.all()
  2. [<Post: my post title>, <Post: another post title>]
  3.  
  4. Post.objects.all()
  5. []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement