Changes between Version 1 and Version 3 of Ticket #31600
- Timestamp:
- May 17, 2020, 11:13:50 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31600 – Description
v1 v3 47 47 }}} 48 48 49 I think this exception is because the users I deleted. `net_accounts_siteprofile` refers to the `SiteProfile` model which should be deleted when deleting a user by on_delete=models.CASCADE.49 I think this exception is because the users I deleted. `net_accounts_siteprofile` refers to the `SiteProfile` model which should be deleted when deleting a user by `on_delete=models.CASCADE` . 50 50 51 51 I checked and eventually I found out that changing: