#36335: Minor documentation error
-------------------------------------+-------------------------------------
Reporter: fujifilmfan | Type:
| Cleanup/optimization
Status: new | Component:
| Documentation
Version: 5.2 | Severity: Normal
Keywords: | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
The text, `By default, Django uses an instance of the Model._base_manager
manager class when accessing related objects (i.e. choice.question), not
...` in the [
https://docs.djangoproject.com/en/5.2/topics/db/managers
/#using-managers-for-related-object-access managers] documentation
contains a minor error: "i.e." means "in other words", but I think what is
intended here is "for example", which would be "e.g." (unless every
related object in Django is in fact `choice.question`).
--
Ticket URL: <
https://code.djangoproject.com/ticket/36335>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.