On Tue, Aug 11, 2009 at 10:14 PM, Doug Blank<doug.bl...@gmail.com> wrote:

> New Django user here with a question about the client side: Is there
> built-in support for dealing with concurrent edits? ...
>   

Maybe you want the Django condition decorator, which lets you use HTTP 
headers to send an ETag or Modified date and reject the updates if 
they're not correct?

http://docs.djangoproject.com/en/dev/topics/conditional-view-processing/


--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to