Hello -

I have a model called Category with a related model called Photos
pointing to it, and edited inline in the admin.
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 the admin as inline edited
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to