You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I deleted the object of post, and I check at updown.models it still exist. But the content_object is blank. Why the Vote object doesn't deleted also?
hello @dbanck, I have a little problem. Let say, I have a
Post
model:After I deleted the object of post, and I check at updown.models it still exist. But the
content_object
is blank. Why theVote
object doesn't deleted also?If I check at these lines, the
content_type
field already usingon_delete=models.CASCADE
.or, maybe this case?
should change to:
The text was updated successfully, but these errors were encountered: