DJANGO
Django QuerySet Filter
The filter() method is used to filter your search, and allows you to return only the rows that matches the search term.
DJANGO
The filter() method is used to filter your search, and allows you to return only the rows that matches the search term.