mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-30 22:46:30 +02:00
script cleanup
This commit is contained in:
parent
20bde7df39
commit
e4c2511ef3
3 changed files with 12 additions and 14 deletions
|
@ -170,6 +170,7 @@ class PopulateScriptTemplate(ABC):
|
|||
)
|
||||
|
||||
def bulk_update_fields(self, object_class, to_update, fields_to_update):
|
||||
"""Bulk updates the given fields"""
|
||||
ScriptDataHelper.bulk_update_fields(object_class, to_update, fields_to_update)
|
||||
|
||||
def get_class_name(self, sender) -> str:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue