Adding the desired code (just 2 lines) to the post-SAVE of the Photos model seems to have largely fixed this... it now gets the processing done for new or changed Photos items, but not for deleted items. YEAH! almost.
On Apr 7, 3:11 pm, Earthtalker <thomasheetde...@gmail.com> wrote: > Hello - > > I have a model called Category with a related model called Photos > pointing to it, and editedinlinein theadmin. > I have some processing I want to do after changes are saved for > Category and its related Photos items, but adding this code after super > (Category, self).save() doesn't seem to be working... I have to SAVE > AND CONTINUE EDITING, then SAVE again... I have tried accessing these > items as self.photos_set.all(), and as Photos.objects.filter > (category=self)... but nothing seems to work. > > When are these related records saved in theadminasinlineedited > items? How cat I get there? > > Thanks very much... cheers! > - Thomas --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---