#8967 closed (fixed)
Model documentation omits through option in ManyToManyField
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.
Change History (3)
comment:1 by , 16 years ago
Description: | modified (diff) |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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?'.