Exclude a QuerySet from a pre-existing filtered QuerySet based on a One-to-One relationship

后端 未结 0 1594
日久生厌
日久生厌 2020-12-30 15:13

I have a Django application with three models:

class Strategy(models.Model):
    id = models.UUIDField(primary_key=True, default=uuid.uuid4, editable=False)
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题