mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-30 06:26:34 +02:00
Unit tests
This commit is contained in:
parent
54b615d7f8
commit
d1fcb922c6
4 changed files with 103 additions and 8 deletions
|
@ -65,7 +65,7 @@ class ScriptTemplate(BaseCommand):
|
|||
"""
|
||||
|
||||
def mass_populate_field(self, sender, filter_conditions, fields_to_update):
|
||||
"""Loops through each valid "sender" object - specified by filter_conditions - and
|
||||
"""Loops through each valid "sender" object - specified by filter_conditions - and
|
||||
updates fields defined by fields_to_update using populate_function.
|
||||
|
||||
You must define populate_field before you can use this function.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue