From 7573f1d88b8b4568f52dac80e08636aa0785faab Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Mon, 8 Jan 2024 13:06:07 -0700 Subject: [PATCH] Update terminal_helper.py --- src/registrar/management/commands/utility/terminal_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/management/commands/utility/terminal_helper.py b/src/registrar/management/commands/utility/terminal_helper.py index 88eb2d602..7155997ce 100644 --- a/src/registrar/management/commands/utility/terminal_helper.py +++ b/src/registrar/management/commands/utility/terminal_helper.py @@ -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"])