﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
36625	"Please mention quit() when instucting the user to ""restart the shell"" in tutorial 2"	Charles Severance	arsalan64	"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.
"	Cleanup/optimization	closed	Documentation	5.2	Normal	fixed	tutorial	Charles Severance	Ready for checkin	1	0	0	0	1	0
