﻿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
34573	"Typo in ""Writing your first Django app, part 5"" - assertQuerysetEqual()"	Roman Shrestha	Roman Shrestha	"I would like to report a typo in the Django documentation, specifically in the ""Writing your first Django app, part 5"" tutorial.

In the section where the method assertQuerySetEqual() is mentioned, there is a typo in the method name. The correct method name is assertQuerysetEqual() (with a lowercase ""s"" in ""Queryset""). However, in the documentation, it is incorrectly written as ""assertQuerySetEqual()"" (with an uppercase ""S"" in ""QuerySet"").

Page/Section: ""Writing your first Django app, part 5""
URL: https://docs.djangoproject.com/en/4.2/intro/tutorial05/

Suggested Correction:
I suggest correcting the method name to assertQuerysetEqual() to match the actual method name used in Django. This correction will ensure consistency and prevent confusion among users when using the method.

Thank you for your attention to this matter. I hope this helps in improving the accuracy and clarity of the Django documentation.

Best regards,
Roman Shrestha"	Bug	assigned	Testing framework	4.2	Normal				Unreviewed	1	0	0	0	0	1
