Re: Optimistic Locking in the Admin

2009-04-29 Thread Andrew Smith
Hello, I've recently been tackling almost the same thing. I'm using Google App Engine and app-engine-patch so I can't help you on the best method for implementing the optimistic locking at the database level to avoid race conditions (though I'm even more lost as to how to achieve the same thing us

Optimistic Locking in the Admin

2009-04-29 Thread PierreR
Hello, I have been searching the group on the subject but have not managed to pull a satisfactory solution out of it. How is the recommended way to implement optimistic locking in the django admin ? Let's say I have a version field or timestamp sent to the user-agent together with the record (t