How to delete from queryset without deleting the original model itself in Django

前端 未结 0 1611
别那么骄傲
别那么骄傲 2020-12-11 15:08

So, I have two model sets like the following:

# User class
class User(AbstractBaseUser, PermissionsMixin):
    objects          


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