Re: Request for comments - django-cutemodel (model logging and field change auditing)

2012-09-13 Thread Cal Leeming [Simplicity Media Ltd]
On Thu, Sep 13, 2012 at 9:42 AM, Derek wrote: > Cal > > Great post; I think you summed up my feelings about django-reversion as > well, although articulated extremely clearly. > > If CuteModel (where does that name come from??) > Cute was the first word that came to my head, thought it sounded c

Re: Request for comments - django-cutemodel (model logging and field change auditing)

2012-09-13 Thread Derek
Cal Great post; I think you summed up my feelings about django-reversion as well, although articulated extremely clearly. If CuteModel (where does that name come from??) can address the issue of reverting a change to a record (or, even better, all changes made at one time to a record), then I

Re: Request for comments - django-cutemodel (model logging and field change auditing)

2012-09-11 Thread Cal Leeming [Simplicity Media Ltd]
Thanks for letting me know about django-reversion, it has made for interesting reading. >From what I can see there are two big differences between them; * CuteModel is designed with performance/scalability in mind (as some of our projects are tipping into the 700+mil row count and rising) * CuteM

Re: Request for comments - django-cutemodel (model logging and field change auditing)

2012-09-11 Thread jondykeman
Hello, I am in a very similar situation. I would in an environment that deals with sensitive data collection. Everything has to be two-factor authenticated, in the secure server zone etc. As part of this we need logging of every action ever taken, by whom, when, and what the changes were. At f

Re: Request for comments - django-cutemodel (model logging and field change auditing)

2012-09-11 Thread Cal Leeming [Simplicity Media Ltd]
On Mon, Sep 10, 2012 at 11:07 PM, Kurt Pruhs wrote: > Hey Cal, > > This looks like a great tool. I know I've implemented code like this in > another project. I was planning on doing a field change audit module for an > application I'm currently working on. I will definitely look at > django-cutem

Re: Request for comments - django-cutemodel (model logging and field change auditing)

2012-09-10 Thread Kurt Pruhs
Hey Cal, This looks like a great tool. I know I've implemented code like this in another project. I was planning on doing a field change audit module for an application I'm currently working on. I will definitely look at django-cutemodel and see if it works for what I need, and how I can contr

Request for comments - django-cutemodel (model logging and field change auditing)

2012-09-10 Thread Cal Leeming [Simplicity Media Ltd]
Hi guys, We have just released a new module that allows for lightweight/easy relational event logging and auditing field changes. Our use case was to satisfy four main requirements; * Log events directly from models, whilst keeping a relational link to the row that triggered the event * Keep tra