Re: Can django admin log be trusted?

2011-05-10 Thread Shawn Milochik
On 05/10/2011 09:11 PM, Venkatraman S wrote: @Shawn : can you elucidate on how your system with MongoDB performs? -V If you mean what is the performance penalty I couldn't really say. Our user-base is fairly small, so I don't know what the penalty is. If you want to know how it works, it's

Re: Can django admin log be trusted?

2011-05-10 Thread Venkatraman S
On Wed, May 11, 2011 at 4:56 AM, Shawn Milochik wrote: > > 1. I have a post_save signal listener and I dump the info about each model > instance with a timestamp and the pk of the user to MongoDB each time. The > main reason is for auditing purposes, but you can also use this

Re: Can django admin log be trusted?

2011-05-10 Thread Shawn Milochik
On 05/10/2011 05:59 PM, Paweł Roman wrote: You're right, I've just checked it and there's a gap for 100+ ids, so he must be right. Two things. One won't help you (this time), but the other will. 1. I have a post_save signal listener and I dump the info about each model instance with a

Re: Can django admin log be trusted?

2011-05-10 Thread Jacob Kaplan-Moss
On Tue, May 10, 2011 at 4:59 PM, Paweł Roman wrote: > But does that mean that the django admin log is broken and cant be > trusted? How come there isnt any trace of adding those items? Well, I'd say "broken" might be a bit strong. Some cars drive 200 MPH, but mine

Re: Can django admin log be trusted?

2011-05-10 Thread Karen Tracey
On Tue, May 10, 2011 at 5:59 PM, Paweł Roman wrote: > You're right, I've just checked it and there's a gap for 100+ ids, so > he must be right. > > But does that mean that the django admin log is broken and cant be > trusted? How come there isnt any trace of adding those

Re: Can django admin log be trusted?

2011-05-10 Thread Paweł Roman
You're right, I've just checked it and there's a gap for 100+ ids, so he must be right. But does that mean that the django admin log is broken and cant be trusted? How come there isnt any trace of adding those items? On May 10, 11:28 pm, Shawn Milochik wrote: > For what it's

Re: Can django admin log be trusted?

2011-05-10 Thread Shawn Milochik
For what it's worth: Regardless of logging you should be able to identify any gaps in the table's primary keys. Your database should guarantee that. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Can django admin log be trusted?

2011-05-10 Thread Paweł Roman
This is serious. A customer I've been working for, claims that he had been adding data via django admin panel (100+ or so records, and one record is really big, using many 'inlines' each with its own formset etc. so adding 100 such records is quite an effort) and at some point of time, large part