#34161 closed Bug (invalid)

Wrong Name in Django Relationship

Reported by: Shivam Kumar Owned by: nobody
Component: Documentation Version: 4.1
Severity: Normal Keywords: ManyToManyField
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I have read about the relationship on this page https://docs.djangoproject.com/en/4.1/topics/db/models/.

In this page Many-to-Many relationship information present. But by mistake ForeignKeyField name placed reather then ManyToManyField.

Please check and correct it. Let me also share screenshot.

Attachments (1)

Screenshot from 2022-11-15 22-14-24.png (109.3 KB ) - added by Shivam Kumar 18 months ago.
Typo mistake

Download all attachments as: .zip

Change History (2)

by Shivam Kumar, 18 months ago

Typo mistake

comment:1 by Mariusz Felisiak, 18 months ago

Component: Database layer (models, ORM)Documentation
Resolution: invalid
Status: newclosed

This page also contains information about ForeignKey. I don't see anything wrong with this section.

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