Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

queryset o que é

>>> Post.objects.filter(author=me)
<QuerySet [<Post: Sample title>, <Post: Post number 2>, <Post: My 3rd post!>, <Post: 4th title of post>]>
Source by tutorial.djangogirls.org #
 
PREVIOUS NEXT
Tagged: #queryset
ADD COMMENT
Topic
Name
1+3 =