Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

queryset o que é

>>> Post.objects.filter(title__contains='title')
<QuerySet [<Post: Sample title>, <Post: 4th title of post>]>
Source by tutorial.djangogirls.org #
 
PREVIOUS NEXT
Tagged: #queryset
ADD COMMENT
Topic
Name
3+4 =