History tracking for models

2009-05-13 Thread kailash
Hi, Just want to know is there any way of tracking the history in the database of a model. Like..every time i update a row using model.save() , the data that previously existed gets recorded into any table??? If there's any such functionality please let me know..because the module i've dev

Re: History tracking for models

2009-05-13 Thread Russell Keith-Magee
On Wed, May 13, 2009 at 3:36 PM, kailash wrote: > > Hi, >    Just want to know is there any way of tracking the history in the > database of a model. > Like..every time i update a row using model.save() , the data that > previously existed gets recorded into any table??? > If there's any such fun

Re: History tracking for models

2009-05-13 Thread Luke Plant
On Wednesday 13 May 2009 08:36:33 kailash wrote: > Hi, > Just want to know is there any way of tracking the history in > the database of a model. > Like..every time i update a row using model.save() , the data that > previously existed gets recorded into any table??? > If there's any such func

Re: History tracking for models

2009-05-13 Thread Justin Lilly
Take this question to django-users please. Also, check out marty alchin's pro django foe this snippet. -justin On May 13, 2009, at 3:36 AM, kailash wrote: > > Hi, >Just want to know is there any way of tracking the history in the > database of a model. > Like..every time i update a row

Re: History tracking for models

2009-05-13 Thread kailash
Sorry guys new to this place.:).thanks for da pointers On May 13, 12:49 pm, Justin Lilly wrote: > Take this question to django-users please. Also, check out marty > alchin's pro django foe this snippet. > > -justin > > On May 13, 2009, at 3:36 AM, kailash wrote: > > > > > Hi, >