﻿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
35633	i found a bug in the documentation version 4.2 in Writing your first Django app, part 5	amirreza		"in the section ""Create a test to expose the bug"" of the [https://docs.djangoproject.com/en/4.2/intro/tutorial05/ tutorial 5] i write the exact code in my test.py file but when i runing the ""python manage.py test polls"" command in the next section i get this error:
RuntimeError: Model class mehr_paj.polls.models.Question doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.

i figure out if chnage this line of test code ""from .models import Question"" to this ""from polls.models import Question"" the problem is solved and test code running with out the problem"	Bug	closed	Uncategorized	4.2	Normal	invalid			Unreviewed	0	0	0	0	0	0
