Enforce or test on_delete behavior of all ForeignKey fields using a specific model

后端 未结 0 1013
半阙折子戏
半阙折子戏 2021-01-13 03:02

Let\'s say I have a proxy user model as

class UserWithProfile(User):
    profile_description = models.TextField()

    class Meta:
        proxy = True
               


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