On Aug 1, 12:30 pm, Jonathan Wood <[EMAIL PROTECTED]> wrote:
>
> Do I need to somehow clean up the "test_group_perms" table when Ideletea
> subject? Or am I coding my modules incorrectly?
Followup:
After a bit more digging, it looks like Django is not emulating
c
I think I am confused about how to use generic relations properly -
when I delete something, cascading delete is not happening as
expected.
Here are my models:
class Permission(models.Model):
name = models.CharField(maxlength=32)
content_type = models.ForeignKey(ContentType, null=True)
2 matches
Mail list logo