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,
>
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
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
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
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