Update terminal_helper.py

This commit is contained in:
zandercymatics 2024-01-08 13:06:07 -07:00
parent ea05de39f5
commit 7573f1d88b
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -64,7 +64,7 @@ class ScriptDataHelper:
Defaults to 1000. If you're dealing with models that have a large number of fields,
or large field values, you may need to decrease this value to prevent out-of-memory errors.
fields_to_update:
fields_to_update: Specifies which fields to update.
Usage:
bulk_update_fields(Domain, page.object_list, ["first_ready"])