﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
18677	Tutorial Part 3 to Part 4 Instruction Failure	anonymous	nobody	"""Now, go to /polls/1/ in your browser and vote in the poll. You should see a results page that gets updated each time you vote. If you submit the form without having chosen a choice, you should see the error message.""
from Tutorial Part 3

The intention is to vote in the poll and a result page should follow after you voted but that is not the case, I copy the code word for word. Ran the code and the debugger point back to this line in the polls/view.py

return HttpResponseRedirect(reverse('poll_results', args=(p.id,)))


typing "" 127.0.0.1:8000/polls/1/vote "" url equal AttributeError at /polls/1/vote

'str' object has no attribute 'regex'
Solution? Please

FYI try doing some debuggin on the tutorial before release it because it doesn't really help your cause if your tutorial buggy which currently doesn't help your cause in getting new developer to adopt django. tutorial     "	Bug	closed	Documentation	1.4	Normal	worksforme	Tutorial		Unreviewed	0	0	0	0	0	0
