What steps will reproduce the problem?
Create more then 10 questions, or more then 10 choices.
What is the expected output? What do you see instead?
You instead get a 500 error because likely the 'reverse()' pattern for the
question or choice no
longer matches.
What version of the product are you using? On what operating system?
Subversion version 92.
Please provide any additional information below.
The problem is the several url patterns that use "\d" instead of "\d+" to find
a question or choice
id, for example:
url(r'^choice/add/(?P<question_id>\d)/$', choice_add, name='choice-add'),
Please find attached a patch that fixes this.
Original issue reported on code.google.com by scan...@gmail.com on 28 Oct 2008 at 11:01
Original issue reported on code.google.com by
scan...@gmail.com
on 28 Oct 2008 at 11:01Attachments: