On 7/31/07, Victor Ng <[EMAIL PROTECTED]> wrote:
>
> Has anyone looked into implementing optimistic locking for the Django ORM?
>
> I didn't see anything logged into code.djangoproject.com or in the
> django-users list.
>
> Has anyone taken a stab at implementing this yet?

I haven't looked into this deeply, but my guess is "no".  Django's ORM
is designed for the common use case.  This typically means that no one
is changing the DB behind you.

If there is any work going on in this area, I'd be interested in
hearing about it as well.

-- 
Kevin

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to