Merge pull request #93 from TobKed/typo-patch

Fix typo in README.md
This commit is contained in:
Radoslav Georgiev 2022-02-16 13:36:16 +02:00 committed by GitHub
commit d1df9895e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -808,7 +808,7 @@ def user_list(*, filters=None):
As you can see, we are leveraging the powerful [`django-filter`](https://django-filter.readthedocs.io/en/stable/) library.
> 👀 The key thing here is that the selector is responsible for the filtering. You can always use something else, as a filtering abstaction. For most of the cases, `django-filter` is more than enough.
> 👀 The key thing here is that the selector is responsible for the filtering. You can always use something else, as a filtering abstraction. For most of the cases, `django-filter` is more than enough.
Finally, let's look at `get_paginated_response`: