Opened 8 years ago
Closed 8 years ago
#28063 closed New feature (duplicate)
Allow to use add() with ManyToManyField which specifies an intermediary model
Reported by: | Victor Porton | Owned by: | nobody |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 1.11 |
Severity: | Normal | 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
AttributeError: Cannot use add() on a ManyToManyField which specifies an intermediary model. Use post_app.PostInTimeline's Manager instead.
Please make it possible if the intermediary model has only fields with a default value (or null), except of the (two) foreign keys of two linked models.
Note:
See TracTickets
for help on using tickets.
Duplicate of #9475.