Skip to content

Commit 272f6f8

Browse files
committed
update docs
1 parent 160f8b0 commit 272f6f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Combine bulk create, update, and delete. Make the DB match a set of in-memory ob
7070
- `filters`: Q() filters specifying the subset of the database to work in. Use `None` or `[]` if you want to sync against the entire table.
7171
- `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.
7272
- `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.
7374
- `skip_creates`: If truthy, will not perform any object creations needed to fully sync. Defaults to not skip.
7475
- `skip_updates`: If truthy, will not perform any object updates needed to fully sync. Defaults to not skip.
7576
- `skip_deletes`: If truthy, will not perform any object deletions needed to fully sync. Defaults to not skip.

0 commit comments

Comments
 (0)