Re: to save modified version of contents

2009-07-22 Thread ankit
you can simply make a db connectioin and insert the new data in a different table says which mantained the history.And if you want to the value in after some lag then used a cron simple. Have u ever try this check out : in forms.py just write in ur modelForm test(somename) = CharField(max_le

Re: to save modified version of contents

2009-07-22 Thread Russell Keith-Magee
On Wed, Jul 22, 2009 at 3:16 PM, Ali Rıza KELEŞ wrote: > Hi, > > I have a model which keeps texts, dates, author, etc.. something like a > clasical content model. > > I want to allow admins to save modified versions of these contents. If > possible in another db table like this: > > ... > same tab

to save modified version of contents

2009-07-22 Thread Ali Rıza KELEŞ
Hi, I have a model which keeps texts, dates, author, etc.. something like a clasical content model. I want to allow admins to save modified versions of these contents. If possible in another db table like this: ... same table fields with referer table which keeps modified contents by adminuse