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
feat: ManyToMany returns ManyToManyList with .add()/.remove()/.discard()
The list returned by ManyToMany.__get__ now supports incremental
mutation via .add(entity), .remove(entity), and .discard(entity)
methods that directly update reverse indexes without requiring full
collection reassignment. Maintains backward compatibility with code
that calls .add() on many-to-many relationship results.
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments