Is there a way to define in Mypy a Django model reversed field?

前端 未结 0 348
南旧
南旧 2021-01-31 02:29

Suppose you have the following simple models:

class User(models.Model):
  name = models.CharField(max_length=10)

class Art         


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