IntegrityError when cascading delete, and there post_delete that creates a new object.
51 views
Skip to first unread message
Paulo Maciel
unread,
Apr 26, 2016, 1:14:30 PM4/26/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django developers (Contributions to Django itself)
Hi, I have a problem that already published in Django users, but did not find the solution to this.
When deleted in cascade and a relationship has a post_delete that creates an entry to a deleted object, an error occurs and the exception does not work.