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
Adding a new element to a symmetric many-to-many field is supposed to add a link from A to B and also from B to A. The second one is missing from psqlextra.
Sidenote: django does this in 4 queries: selectinsertselectinsert