#13063: Documentation Clarification - Django 1.1.1 Tutorial Part 1 and __unicode__ methods ---------------------------+------------------------------------------------ Reporter: rwalsh | Owner: nobody Status: new | Milestone: Component: Documentation | Version: 1.1 Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ Hi. I was going through part 1 of the 'Writing your first Django app' tutorial and in the part where you are asked to add __unicode__() methods to the Polls application data model, the tutorial does not tell you to do another syncdb which is what I needed to do in order for the Poll.objects.all() command to work correctly in the Python interpreter. (I'm using a Mac running Snow Leopard and Python 2.6.4.)
My specific concern in this regard is that the tutorial immediately goes into a note about what to do if the method addition does not seem to work which will likely lead people down wrong paths. Regards, Rich Walsh -- Ticket URL: <http://code.djangoproject.com/ticket/13063> Django <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.
