Re: AutoRefresh model field (filled in by a trigger)

2009-08-12 Thread Malcolm Tredinnick
On Wed, 2009-08-12 at 04:55 -0700, Evgeny wrote: > Hi, > I have some fields in a model which are filled in by before_insert > trigger. > Is there any right way to autorefresh them after the object is > inserted, besides requesting a new instance of the object by > model.objects.get() method? You

AutoRefresh model field (filled in by a trigger)

2009-08-12 Thread Evgeny
Hi, I have some fields in a model which are filled in by before_insert trigger. Is there any right way to autorefresh them after the object is inserted, besides requesting a new instance of the object by model.objects.get() method? --~--~-~--~~~---~--~~ You