Closed
Bug 653147
Opened 13 years ago
Closed 13 years ago
Quieter formset error
Categories
(addons.mozilla.org Graveyard :: Code Quality, defect, P4)
Tracking
(Not tracked)
RESOLVED
FIXED
6.0.9
People
(Reporter: andy+bugzilla, Assigned: andy+bugzilla)
Details
(Whiteboard: [qa-])
File "/data/amo_python/www/prod/zamboni/vendor/src/django-quieter-formset/quieter_formset/formset.py", line 63, in _construct_forms
self.forms.append(self._construct_form(i))
File "/data/amo_python/www/prod/zamboni/vendor/src/django/django/forms/models.py", line 432, in _construct_form
pk = self.data[pk_key]
File "/data/amo_python/www/prod/zamboni/vendor/src/django/django/utils/datastructures.py", line 256, in __getitem__
raise MultiValueDictKeyError("Key %r not found in %r" % (key, self))
MultiValueDictKeyError: "Key 'form-1-id' not found in <QueryDict: {u'form-0-listed': [u'on'
Looks like we should be able to catch that too, if its a valid error.
Updated•13 years ago
|
Priority: -- → P4
Assignee | ||
Comment 1•13 years ago
|
||
Assignee | ||
Comment 2•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Whiteboard: [qa-]
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•