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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@ Combine bulk create, update, and delete. Make the DB match a set of in-memory ob
70
70
-`filters`: Q() filters specifying the subset of the database to work in. Use `None` or `[]` if you want to sync against the entire table.
71
71
-`batch_size`: passes through to Django `bulk_create.batch_size` and `bulk_update.batch_size`, and controls how many objects are created/updated per SQL query.
72
72
-`fields`: (optional) List of fields to update. If not set, will sync all fields that are editable and not auto-created.
73
+
-`exclude_fields`: (optional) List of fields to exclude from updates.
73
74
-`skip_creates`: If truthy, will not perform any object creations needed to fully sync. Defaults to not skip.
74
75
-`skip_updates`: If truthy, will not perform any object updates needed to fully sync. Defaults to not skip.
75
76
-`skip_deletes`: If truthy, will not perform any object deletions needed to fully sync. Defaults to not skip.
0 commit comments