Hi, -I am looking for an elegant, and universal way to add some code AFTER the saving of a model and after of course the database is updated with changes. -I have tried post_save signals, but the transaction is still on, the entries do not exist in database -I have tried overriding save in models.py, but even if i put the code after.....super(MyModel, self).save(*args, **kwargs), the database is still not updated until the save function completes.
any ideas? many thanks, Spiros -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/763df2b0-5517-4296-9628-ba13132938e8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

