Changes between Initial Version and Version 1 of Ticket #31600


Ignore:
Timestamp:
May 17, 2020, 10:22:15 AM (4 years ago)
Author:
אורי
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31600 – Description

    initial v1  
    33`User.objects.all().exclude(pk=self.user_1.pk).delete()`
    44
    5 The User model has related models with `on_delete=models.CASCADE` which should be deleted as well.
     5The `User` model has related models with `on_delete=models.CASCADE` which should be deleted as well.
    66
    77But in my test, I got this exception:
Back to Top