You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I totally understand wanting this, but basically taggit is following how M2M models work in Django in general. This involves needing to save the "owning" model first (to have an id to be associated to), and generally all the APIs treat this stuff as "you save it immediately", because doing otherwise leads to weird confusing code. Hence stuff like .set.
I haven't seen any other library venture into this territory, so am afraid to do so myself. If anyone has seen another library in the wild handle many-to-many relationships in this way, please share links here! It could provide good information on how to deal with this.
It should be possible to initialise tags via a list
The text was updated successfully, but these errors were encountered: