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
Automated tests in my project failed because it turned out that bulk_update wasn't creating the new model instances I had in the list. I think bulk_update should raise a ValueError saying that it can operate on existing rows only.