#2429: Error in Tutorial 4
---------------------------+------------------------------------------------
 Reporter:  anonymous      |        Owner:  jacob
     Type:  defect         |       Status:  new  
 Priority:  normal         |    Milestone:       
Component:  Documentation  |      Version:       
 Severity:  blocker        |   Resolution:       
 Keywords:                 |  
---------------------------+------------------------------------------------
Comment (by anonymous):

 The only required change is: the line
 {{{
 except (KeyError?, Choice.DoesNotExist?):
 }}}
 should be replaced with
 {{{
 except (KeyError?, p.DoesNotExist?):
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/2429>
Django <http://code.djangoproject.org/>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to