#36249: Documentation typo
--------------------------------+-----------------------------------------
Reporter: sandipbhalodia | Type: Uncategorized
Status: new | Component: Documentation
Version: 5.1 | Severity: Normal
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------+-----------------------------------------
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.
--
Ticket URL: <
https://code.djangoproject.com/ticket/36249>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.