#32867: django admin - protect againt mutual edit of same object
-----------------------------------------+------------------------
               Reporter:  Eran Keydar    |          Owner:  nobody
                   Type:  Uncategorized  |         Status:  new
              Component:  Uncategorized  |        Version:  3.2
               Severity:  Normal         |       Keywords:
           Triage Stage:  Unreviewed     |      Has patch:  0
    Needs documentation:  0              |    Needs tests:  0
Patch needs improvement:  0              |  Easy pickings:  0
                  UI/UX:  0              |
-----------------------------------------+------------------------
 We have big django project and we work a lot with the admin.
 One of the problems we see is that if the same object page is opened by
 two people, then they can save the page even if their version is not the
 recent one. E.g.,

 user 1 opens object1 admin page and make edits
 user 2 opens object1 admin page and make edits
 user 1 submits
 user2 submits

 Attached is PR to give an error when user2 saves, since he does not save
 the recent version. I'm not sure if this protection should be protected in
 options flag.

 We'll be happy for comments.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/32867>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/050.896ad06d531cace165594d7622a8f2dc%40djangoproject.com.

Reply via email to