Let's say you have model A with a foreign key link to model B -- that is, A depends on B. If you delete model B, then model A is removed as well. You will also get two sets of deletion signals. One for A and one for B.
When using a generic relation however, the signals for A are not sent when you delete B. However, model A itself is still removed from the database. Any opinions about adding such a deletion signal for A? -- Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---