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
* Add bulk_update_with_history feature
Using Django 2.2's bulk_update feature. This is significantly simpler than bulk_create_with_history because we don't have to worry about the primary key issue.
* Add support for bulk_update_with_history
* Added to the docstring.
* initial tests for bulk_update_with_history
* Update documentation for bulk_update_with_history
* run make format
* fix trailing whitespace
* update this PR so that it's still compatible with django versions 1.11, 2.0 and 2.1
0 commit comments