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