#271 closed defect (fixed)
"ManyToOneField" seen in Model Reference should read "ForeignKey"
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | Documentation | Version: | |
| Severity: | normal | Keywords: | documentation ManyToOneField |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Various references can be found to a non-existant "ManyToOneField" in the Model Reference describing the ManyToManyField. These should be replaced with "ForeignKey".
Change History (2)
comment:1 by , 20 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [406]) Fixed #271 -- Changed doc references to ManyToOneField. Thanks, brantley