Author: gwilson Date: 2009-03-31 11:45:41 -0500 (Tue, 31 Mar 2009) New Revision: 10263
Modified: django/trunk/docs/intro/tutorial01.txt Log: Fixed #10266 -- Clarified restart of shell in tutorial, patch from mboersma. Modified: django/trunk/docs/intro/tutorial01.txt =================================================================== --- django/trunk/docs/intro/tutorial01.txt 2009-03-31 16:41:29 UTC (rev 10262) +++ django/trunk/docs/intro/tutorial01.txt 2009-03-31 16:45:41 UTC (rev 10263) @@ -618,7 +618,7 @@ Note the addition of ``import datetime`` to reference Python's standard ``datetime`` module. -Let's jump back into the Python interactive shell by running +Save these changes and start a new Python interactive shell by running ``python manage.py shell`` again:: >>> from mysite.polls.models import Poll, Choice --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---