Opened 16 years ago

Last modified 16 years ago

#8967 closed

Model documentation omits through option in ManyToManyField — at Initial Version

Reported by: Luciano Ramalho Owned by: nobody
Component: Documentation Version: 1.0
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The Model Field Reference does not mention the new kwarg "trough" for ManyToMany field. Before the refactoring, the omission of that option was not so serious because the next section of the same page was Extra fields on many-to-many relationships, but now that section was moved to a different page (Writing Models), so "trough" must be mentioned in the Model Field Reference.

Change History (0)

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