#16352: Simultaneous user work with django.contrib.admin
-----------------------+-------------------------------
Reporter: pelid80@… | Owner: nobody
Type: Bug | Status: new
Milestone: | Component: contrib.admin
Version: 1.3 | Severity: Normal
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Easy pickings: 0
UI/UX: 0 |
-----------------------+-------------------------------
{{{
IndexError at /admin/expositions/exposition/
list index out of range
...
/mnt/sites/mt3/locals/virtualenv/lib/python2.6/site-
packages/django/forms/models.py in _construct_form
kwargs['instance'] = self.get_queryset()[i]
/mnt/sites/mt3/locals/virtualenv/lib/python2.6/site-
packages/django/db/models/query.py in __getitem__
return self._result_cache[k]
}}}
Error occur when few user work with the same editable list:
* Alice views editable list of expositions A, B, C and D
* Bob removes exposition D
* Alice saves changes in list
* Error happens during new formset creation. There is no 4th element in
expositions query
--
Ticket URL: <https://code.djangoproject.com/ticket/16352>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.