Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#271 closed defect (fixed)

"ManyToOneField" seen in Model Reference should read "ForeignKey"

Reported by: brantley (deadwisdom@… 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 Adrian Holovaty, 19 years ago

Owner: changed from Jacob to Adrian Holovaty
Status: newassigned

comment:2 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: assignedclosed

(In [406]) Fixed #271 -- Changed doc references to ManyToOneField. Thanks, brantley

Note: See TracTickets for help on using tickets.
Back to Top