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.
The text was updated successfully, but these errors were encountered:
If you start using that PR, just beware that it might introduce sql injection vulnerability atm. The values aren't properly escaped. I need to fix that.
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 thinkbulk_update
should raise aValueError
saying that it can operate on existing rows only.The text was updated successfully, but these errors were encountered: