Changes between Initial Version and Version 1 of Ticket #10468
- Timestamp:
- Mar 11, 2009, 10:50:30 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10468 – Description
initial v1 4 4 5 5 need more than 1 value to unpack 6 6 {{{ 7 7 Request Method: GET 8 8 Request URL: http://localhost:8000/text/5/ 9 9 Exception Type: ValueError 10 10 Exception Value: 11 11 }}} 12 12 need more than 1 value to unpack 13 13 {{{ 14 14 Exception Location: /var/lib/python-support/python2.5/django/db/models/sql/query.py in add_filter, line 1101 15 15 Python Executable: /usr/bin/python … … 77 77 Exception Type: ValueError at /text/5/ 78 78 Exception Value: need more than 1 value to unpack 79 79 }}} 80 80 81 81 I didn't find anything relevant in the tickets on a search for the traceback message (tuple unpacking failing).