Questions tagged «django-select-related»

2
Django查询相关字段计数
我有一个应用程序,用户可以在其中创建页面。我想运行一个简单的数据库查询,该查询返回创建了2个以上页面的用户数。 这本质上是我想要做的,但是当然这不是正确的方法: User.objects.select_related('page__gte=2').count() 我想念什么?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.