You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the client performs a GET request to the products resource, a query string parameter of location should be supported to get all products whose location property contains the value of the query string parameter.
When the client performs a GET request to the products resource, a query string parameter of
location
should be supported to get all products whoselocation
property contains the value of the query string parameter.Invesitgate the
__contains
filtering mechanism.https://tutorial.djangogirls.org/en/django_orm/#filter-objects
The text was updated successfully, but these errors were encountered: