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...@googlegroups.com
Hi everyone,
I am relatively new to Django and struggeling with on_delete=models.CASCADE and
MariaDB. I have two simple models which are associated to each other through a
ForeignKey. If I delete one parent object, I would expect the child objects to be deleted,
but I get an IntegrityError exception instead.