Changes between Initial Version and Version 4 of Ticket #12235


Ignore:
Timestamp:
Nov 17, 2009, 11:57:01 AM (14 years ago)
Author:
Alex Gaynor
Comment:

Please use preview.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12235 – Description

    initial v4  
    22
    33If 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{{{
    55MultiValueDictKeyError at /admin/gamedata/book/7432e312-d39b-11de-913b-00188b8e3ea8/
    66
     
    3636File "/usr/lib64/python2.6/site-packages/django/utils/datastructures.py" in __getitem__
    3737  203.             raise MultiValueDictKeyError, "Key %r not found in %r" % (key, self)
     38}}}
Back to Top