Opened 8 years ago
Closed 8 years ago
#28063 closed New feature (duplicate)
Allow to use add() with ManyToManyField which specifies an intermediary model
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.