通过字典传递django orm的filter功能

class AppRightManageListView(ListView): template_name = 'rightmanage/list_apprightmanage.html' # model = DeployPool paginate_by = 50 def get_queryset(self): filter_dict = dict
相关文章
相关标签/搜索