﻿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
36249	Typo in KT() example in docs/topics/db/queries.txt	sandipbhalodia	hesham hatem	"https://docs.djangoproject.com/en/5.1/topics/db/queries/#django.db.models.fields.json.KT
Here In this page find this line.
Dogs.objects.annotate(...

This should be
Dog.objects.annotate(...

Just need to replace ""Dogs"" to ""Dog""

Thanks.
"	Cleanup/optimization	closed	Documentation	5.1	Normal	fixed		sandipbhalodia	Ready for checkin	1	0	0	0	0	0
