Re: Simultaneous use of the admin interface

2009-08-05 Thread David
> 1) sign into admin as user A in one browser and begin to edit a record > 2) sign into admin as user B in another browser and begin to edit the > SAME record To clarify, both users have their browsers pointing at the editing form for the same instance of the same model, e.g.: http://example.com/

Re: Simultaneous use of the admin interface

2009-08-05 Thread David
On Aug 5, 5:21 pm, Margie wrote: >  I think > that when fields became editable in 1.1, this was not handled and > needs to be adressed in order for multiple people to modify at once. > Thanks Margie. I wasn't referring to list_editable though, but perhaps the problem is the same? --~--~-

Re: Simultaneous use of the admin interface

2009-08-05 Thread Margie
I posted this same issue to the issue tracker a couple months ago, here is the report: http://code.djangoproject.com/ticket/11313 I do believe this is a shortcoming of the admin interface. I think that when fields became editable in 1.1, this was not handled and needs to be adressed in order fo

Simultaneous use of the admin interface

2009-08-05 Thread David
Using Django 1.1 if I do: 1) sign into admin as user A in one browser and begin to edit a record 2) sign into admin as user B in another browser and begin to edit the SAME record 3) make a change as user A and press Save 4) make a different change as user B and press Save The result is that A's