Opened 2 years ago

Closed 2 years ago

#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
Pull Requests:How to create a pull request

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.

Change History (2)

by Shivam Kumar, 2 years ago

Typo mistake

comment:1 by Mariusz Felisiak, 2 years 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