Re: Run some code after Model Save completes (and after database is updated)

2014-10-15 Thread Jani Tiainen
On Tue, 14 Oct 2014 10:00:17 -0700 (PDT) Spiros Mouzakitis wrote: > 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

Run some code after Model Save completes (and after database is updated)

2014-10-14 Thread Spiros Mouzakitis
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