Changes between Initial Version and Version 4 of Ticket #12235
- Timestamp:
- Nov 17, 2009, 11:57:01 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12235 – Description
initial v4 2 2 3 3 If you add a book with an author, and then try to edit the authors (add a second one, edit the name, etc), you will generate this error: 4 4 {{{ 5 5 MultiValueDictKeyError at /admin/gamedata/book/7432e312-d39b-11de-913b-00188b8e3ea8/ 6 6 … … 36 36 File "/usr/lib64/python2.6/site-packages/django/utils/datastructures.py" in __getitem__ 37 37 203. raise MultiValueDictKeyError, "Key %r not found in %r" % (key, self) 38 }}}