#5616: Writing your first Django app, part 4
-----------------------+----------------------------------------------------
Reporter:  anonymous   |       Owner:  nobody       
  Status:  new         |   Component:  Documentation
 Version:  SVN         |    Keywords:               
   Stage:  Unreviewed  |   Has_patch:  0            
-----------------------+----------------------------------------------------
 i could be wrong but i am pretty sure the last line of code specified in
 the tutorial (Writing your first Django app, part 4):
 return HttpResponseRedirect(reverse('poll_results', args=(p.id,)))

 forces the browser to redirect to
 http://127.0.0.1:8000/objects/1/vote/
 instead of
 http://127.0.0.1:8000/polls/1/vote/

-- 
Ticket URL: <http://code.djangoproject.com/ticket/5616>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to