On 6/22/07, ToddG <[EMAIL PROTECTED]> wrote:
> Rails has an implementation you could look at for an example, likely
> simpler to read than something like Hibernate... not sure how/if
> anything could be hooked/monkey'd into the django-admin though.

This is best handled by your database (assuming you're using a real
database); set the appropriate transaction isolation level, and your
DB will helpfully toss back an exception if you try to edit something
that's changed since you retrieved it.

-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
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