Opened 5 years ago
Closed 5 years ago
#30474 closed Cleanup/optimization (invalid)
Minor change to documentation on many-to-many relationships.
Reported by: | Faheel Ahmad | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
In the guide for Many-to-many relationships, it would be better to change:
What follows are examples of operations that can be performed using the Python API facilities.
to
Following are examples of operations that can be performed using the ORM.
Or just change Python API facilities
to ORM
.
Change History (1)
comment:1 by , 5 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Summary: | Minor change to documentation on many-to-many relationships → Minor change to documentation on many-to-many relationships. |
Note:
See TracTickets
for help on using tickets.
Thanks for the report, however it's correct as is, IMO.