Opened 16 years ago
Last modified 16 years ago
#8967 closed
Model documentation omits through option in ManyToManyField — at Version 1
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 (last modified by )
The Model Field Reference does not mention the new kwarg "through" 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 "through" must be mentioned in the Model Field Reference.
Note:
See TracTickets
for help on using tickets.
Corrected spelling of "through" in the description, since my first reaction on reading it was 'what in the world is the "trough" option?'.