Concurrent Web Access and Edits

2009-08-11 Thread Doug Blank
New Django user here with a question about the client side: Is there built-in support for dealing with concurrent edits? I'm not referring to the database issues (locking, etc) but is there Django support for handling a request to access or edit data for which another user is editing? I'm thinkin

Re: Concurrent Web Access and Edits

2009-08-12 Thread Russell Keith-Magee
On Tue, Aug 11, 2009 at 10:14 PM, Doug Blank wrote: > > New Django user here with a question about the client side: Is there > built-in support for dealing with concurrent edits? I'm not referring > to the database issues (locking, etc) but is there Django support for > handling a request to acces

Re: Concurrent Web Access and Edits

2009-08-12 Thread Ben Moran
On Tue, Aug 11, 2009 at 10:14 PM, Doug Blank 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 da