https://django-filter.readthedocs.io/
安装语句
pip install django-filter
导入语句
from django_filters import rest_framework as filters
显式声明/显性过滤器
隐式声明/隐性过滤器
使用Meta.fields声明过滤器
相关资料
官方文档
https://django-filter.readthedocs.io/en/latest/guide/usage.html
Lookup支持的模式
https://docs.djangoproject.com/en/4.0/ref/models/querysets/#field-lookups