#14756 closed (fixed)
"Related objects reference" documentation needs copy-edit
| Reported by: | deisner | Owned by: | elbarto |
|---|---|---|---|
| Component: | Documentation | Version: | 1.3-alpha |
| Severity: | Keywords: | easy-pickings | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
On http://docs.djangoproject.com/en/dev/ref/models/relations/, we find (and in the v1.2 docs):
"A “related manager” is a on managers used in a one-to-many or many-to-many related context."
I suggest s/is a on managers/is a manager .
Attachments (1)
Change History (7)
comment:1 by , 15 years ago
| Keywords: | easy-pickings added |
|---|---|
| milestone: | → 1.3 |
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 15 years ago
| Owner: | changed from to |
|---|
by , 15 years ago
| Attachment: | relations.diff added |
|---|
comment:3 by , 15 years ago
| Has patch: | set |
|---|
comment:4 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:5 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
(In [14703]) Fixed #14756 - fix typo in "related objects reference" docs. Thanks deisner for the report.