RE: Tracking Row changes

2011-02-24 Thread Chris Matthews
@googlegroups.com] On Behalf Of Andre Terra Sent: 25 February 2011 00:56 To: elijah rutschman Cc: django-users@googlegroups.com Subject: Re: Tracking Row changes Thanks a lot! Will look into it first thing tomorrow. Meanwhile, if anyone has other suggestions, keep them coming, please. Thanks in

Re: Tracking Row changes

2011-02-24 Thread Andre Terra
Thanks a lot! Will look into it first thing tomorrow. Meanwhile, if anyone has other suggestions, keep them coming, please. Thanks in advance! Sincerely, André On Thu, Feb 24, 2011 at 6:15 PM, elijah rutschman wrote: > On Thu, Feb 24, 2011 at 2:54 PM, Andre Terra wrote: > > Hello everyone, >

Re: Tracking Row changes

2011-02-24 Thread elijah rutschman
On Thu, Feb 24, 2011 at 2:54 PM, Andre Terra wrote: > Hello everyone, > I'd like to log user changes to MyModel in an app I'm writing. What are some > third-party solutions that you recommend for this? django-activity-stream might meet your needs. https://github.com/justquick/django-activity-stre

Tracking Row changes

2011-02-24 Thread Andre Terra
Hello everyone, I'd like to log user changes to MyModel in an app I'm writing. What are some third-party solutions that you recommend for this? I'm not so interested in revision capabilities because I think that may increase the db tremendously in a very short time (I'm working with 2000+ new rows