hello everyone,
Say I have Model1 Model2 Model3 And generic relations pointing to these... Like, say, Comments or Tags When deleting Model1, 2, 3 I obviously need to delete all the generic ones! Is there any smarter way to go about this except for overriding delete( ) and doing it by hand? If there's a lot of models and a lot of generic relations, this becomes a bit of a pain... Add one more generic => change all delete's! - bram --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---