First, I thought that I don't need all the functionality provided by
similar applications but after I spend some hours trying to do it myself
not being very successfull, I tried this app and after five minutes all
was up and running :)
Thanks,
Martin
On Sat, 30 Oct 2010 15:03:48 +0200, Dan
Check out http://bitbucket.org/mhall119/django-audit/wiki/Home
--
Michael
On Sat, 2010-10-30 at 12:15 +0200, Martin Tiršel wrote:
> Hello,
>
> I am using Django admin to create/update some records. Now, I need to
> track changes. After somebody updates a record, I need to see what was
> cha
On Oct 30, 11:15 am, Martin Tiršel wrote:
> Hello,
>
> I am using Django admin to create/update some records. Now, I need to
> track changes. After somebody updates a record, I need to see what was
> changed and then create a text log like:
>
> changed `name`: oldvalue -> newvalue,
> changed `
Hi Martin,
i think this should give you the basic idea:
http://stackoverflow.com/questions/1365963/diff-django-model-objects-with-manytomany-fields
Greetings,
Andreas
On 30 Okt., 12:15, Martin Tiršel wrote:
> Hello,
>
> I am using Django admin to create/update some records. Now, I need to
> t
Hello,
I am using Django admin to create/update some records. Now, I need to
track changes. After somebody updates a record, I need to see what was
changed and then create a text log like:
changed `name`: oldvalue -> newvalue,
changed `email`: o...@mail.xy -> n...@mail.xy
Where is the righ
5 matches
Mail list logo