﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
16352	Simultaneous user work with django.contrib.admin	pelid80@…	nobody	"{{{
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"	Bug	closed	contrib.admin	1.3	Normal	duplicate			Design decision needed	0	0	0	0	0	0
