#36625: Please mention quit() when instucting the user to "restart the shell" in
tutorial 2
-------------------------------------+-------------------------------------
     Reporter:  Charles Severance    |                    Owner:  (none)
         Type:                       |                   Status:  new
  Cleanup/optimization               |
    Component:  Documentation        |                  Version:  5.2
     Severity:  Normal               |               Resolution:
     Keywords:  tutorial             |             Triage Stage:
                                     |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  1                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Description changed by Charles Severance:

Old description:

> This is pretty simple.  In tutorial 2:
>
> https://docs.djangoproject.com/en/5.2/intro/tutorial02/
>
> It has the following statement:
>
> Save these changes and start a new Python interactive shell by running
> **python manage.py shell** again:
>
> It should be reworded to say:
>
> Save these changes and start a new Python interactive shell by running
> **python manage.py shell** again.  If your command line is currently in
> the shell with a three-chevron prompt (>>>), you need to exit the current
> shell using **quit()** and then run python manage.py shell from the
> command line.

New description:

 This is pretty simple.  In tutorial 2:

 https://docs.djangoproject.com/en/5.2/intro/tutorial02/

 It has the following statement:

 Save these changes and start a new Python interactive shell by running
 **python manage.py shell** again:

 It should be reworded to say:

 Save these changes and start a new Python interactive shell by running
 **python manage.py shell** again.
 If you are currently in the shell with a three-chevron prompt (>>>), you
 need to exit the current
 shell using ``quit()`` and then run ``python manage.py shell`` again to
 reload the shell
 with the new models.

--
-- 
Ticket URL: <https://code.djangoproject.com/ticket/36625#comment:1>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/django-updates/01070199870ebaf0-f0a269ba-2fa9-4ea7-9df3-f81a352f7952-000000%40eu-central-1.amazonses.com.

Reply via email to