Update update_default_public_contacts.py

This commit is contained in:
zandercymatics 2025-03-26 11:12:13 -06:00
parent 02f833c468
commit 6768caa90e
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -67,7 +67,7 @@ class Command(BaseCommand, PopulateScriptTemplate):
"""Skip bulk update since we need to manually save each field.
Our EPP logic is tied to an override of .save(), and this also associates
with our caching logic for this area of the code.
Since bulk update does not trigger .save() for each field, we have to
call it manually.
"""