Commit e4e38e85 authored by Gary Wilson Jr's avatar Gary Wilson Jr
Browse files

[1.0.X]: Fixed #10266 -- Clarified restart of shell in tutorial, patch from mboersma.

Backport of r10263 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10264 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 5967cbb0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -618,7 +618,7 @@ demonstration::
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