Django Custom Queryset filters

前端 未结 2 812
刺人心
刺人心 2021-02-09 03:55

Is there, in Django, a standard way to write complex, custom filters for QuerySets?

Just as I can write

MyClass.objects.all().filter(field=val)
<         


        
2条回答
提交回复
热议问题